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:
parent
3cc65d5d35
commit
047c9fce40
|
@ -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 *"
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 3.
|
Loading…
Reference in New Issue