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:
Huang Qi 2024-05-29 10:04:51 +08:00 committed by archer
parent 3cc65d5d35
commit 047c9fce40
1 changed files with 1 additions and 1 deletions

View File

@ -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.