mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Fix a few errors/warnings in THTTPD when indexing is enabled. Still depends on non-existent lstat and ctime
This commit is contained in:
+2
-2
@@ -187,8 +187,8 @@ int mkstemp(FAR char *path_template);
|
||||
|
||||
/* Sorting */
|
||||
|
||||
void qsort(void *base, size_t nmemb, size_t size,
|
||||
int(*compar)(const void *, const void *));
|
||||
void qsort(FAR void *base, size_t nmemb, size_t size,
|
||||
int (*compar)(FAR const void *, FAR const void *));
|
||||
|
||||
#ifdef CONFIG_CAN_PASS_STRUCTS
|
||||
struct mallinfo mallinfo(void);
|
||||
|
||||
Reference in New Issue
Block a user