syscall: Fix prototype of exec() to syscall.csv

This commit is contained in:
Ville Juven 2022-04-22 13:05:38 +03:00 committed by Petro Karashchenko
parent 69b5799b74
commit cf90e3f66b

View File

@ -23,7 +23,7 @@
"dup","unistd.h","","int","int"
"dup2","unistd.h","","int","int","int"
"eventfd","sys/eventfd.h","defined(CONFIG_EVENT_FD)","int","unsigned int","int"
"exec","nuttx/binfmt/binfmt.h","!defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL)","int","FAR const char *","FAR char * const *","FAR const struct symtab_s *","int"
"exec","nuttx/binfmt/binfmt.h","!defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL)","int","FAR const char *","FAR char * const *","FAR char * const *","FAR const struct symtab_s *","int"
"execve","unistd.h","!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)","int","FAR const char *","FAR char * const []|FAR char * const *","FAR char * const []|FAR char * const *"
"exit","stdlib.h","","noreturn","int"
"fchmod","sys/stat.h","","int","int","mode_t"

Can't render this file because it has a wrong number of fields in line 2.