mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 07:18:49 +08:00
libc.csv: Guard execv with LIBC_EXECFUNCS
execv only available if LIBC_EXECFUNCS enabled. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@
|
||||
"dq_remfirst","nuttx/queue.h","","FAR dq_entry_t *","FAR dq_queue_t *"
|
||||
"dq_remlast","nuttx/queue.h","","FAR dq_entry_t *","FAR dq_queue_t *"
|
||||
"ether_ntoa","netinet/ether.h","","FAR char *","FAR const struct ether_addr *"
|
||||
"execv","unistd.h","","int","FAR const char *","FAR char *const[]|FAR char *const *"
|
||||
"execv","unistd.h","defined(CONFIG_LIBC_EXECFUNCS)","int","FAR const char *","FAR char *const[]|FAR char *const *"
|
||||
"exit","stdlib.h","","noreturn","int"
|
||||
"fchdir","unistd.h","!defined(CONFIG_DISABLE_ENVIRON)","int","int"
|
||||
"fclose","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||
|
||||
|
Reference in New Issue
Block a user