nuttx-apps/netutils/thttpd
YAMAMOTO Takashi faba0249c1 Include malloc.h instead of stdlib.h for mallinfo()
Adapt to the change in the main repo.

mallinfo is meant to be API compatible with Linux,
where it's provided by malloc.h.

(I think the API actually originated with System V. I don't
remember how it was there though. Anyway, I guess the
compatibility with Linux is more important than System V
these days.)
2020-06-15 07:21:52 -06:00
..
cgi-src build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
config.h Run codespell -w against all files 2020-02-22 14:41:36 -06:00
fdwatch.c Fix nxstyle warning 2020-05-06 07:31:10 -06:00
fdwatch.h
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
libhttpd.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
libhttpd.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
Make.defs
Makefile netuitls/thttpd: Add $(APPDIR)/netutils/thttpd into search path 2020-05-22 12:25:09 +01:00
mime_types.h
tdate_parse.c
tdate_parse.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
thttpd_alloc.c Include malloc.h instead of stdlib.h for mallinfo() 2020-06-15 07:21:52 -06:00
thttpd_alloc.h
thttpd_cgi.c
thttpd_cgi.h
thttpd_strings.c
thttpd_strings.h
thttpd.c Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
timers.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
timers.h