This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new cf90e3f66b syscall: Fix prototype of exec() to syscall.csv
cf90e3f66b is described below

commit cf90e3f66b7a1859e0743afd3072d2fb53dce15b
Author: Ville Juven <[email protected]>
AuthorDate: Fri Apr 22 13:05:38 2022 +0300

    syscall: Fix prototype of exec() to syscall.csv
---
 syscall/syscall.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syscall/syscall.csv b/syscall/syscall.csv
index 2b0b8148b0..448cd3a0d8 100644
--- a/syscall/syscall.csv
+++ b/syscall/syscall.csv
@@ -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"

Reply via email to