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

xiaoxiang 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 9fb686a  syscall/syscall.csv: Increase number of arguments for prctl()
9fb686a is described below

commit 9fb686aae0d7d39107cf831638b1edb19bd5358a
Author: Thomas Axelsson <[email protected]>
AuthorDate: Thu Oct 29 16:40:40 2020 +0100

    syscall/syscall.csv: Increase number of arguments for prctl()
    
    Handle PR_SET_NAME and PR_GET_NAME
---
 syscall/syscall.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syscall/syscall.csv b/syscall/syscall.csv
index ca91a51..59d1d6d 100644
--- a/syscall/syscall.csv
+++ b/syscall/syscall.csv
@@ -75,7 +75,7 @@
 "posix_spawn","spawn.h","!defined(CONFIG_BINFMT_DISABLE) && 
defined(CONFIG_LIBC_EXECFUNCS) && !defined(CONFIG_LIB_ENVPATH)","int","FAR 
pid_t *","FAR const char *","FAR const posix_spawn_file_actions_t *","FAR const 
posix_spawnattr_t *","FAR char * const []|FAR char * const *","FAR char * const 
[]|FAR char * const *"
 "posix_spawnp","spawn.h","!defined(CONFIG_BINFMT_DISABLE) && 
defined(CONFIG_LIBC_EXECFUNCS) && defined(CONFIG_LIB_ENVPATH)","int","FAR pid_t 
*","FAR const char *","FAR const posix_spawn_file_actions_t *","FAR const 
posix_spawnattr_t *","FAR char * const []|FAR char * const *","FAR char * const 
[]|FAR char * const *"
 "ppoll","poll.h","","int","FAR struct pollfd *","nfds_t","FAR const struct 
timespec *","FAR const sigset_t *"
-"prctl","sys/prctl.h", "CONFIG_TASK_NAME_SIZE > 
0","int","int","...","uintptr_t"
+"prctl","sys/prctl.h", "CONFIG_TASK_NAME_SIZE > 
0","int","int","...","uintptr_t","uintptr_t"
 "pread","unistd.h","","ssize_t","int","FAR void *","size_t","off_t"
 "pselect","sys/select.h","","int","int","FAR fd_set *","FAR fd_set *","FAR 
fd_set *","FAR const struct timespec *","FAR const sigset_t *"
 
"pthread_cancel","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t"

Reply via email to