nuttx/syscall: delete getrandom in syscall.csv

delete getrandom in syscall.csv, because it has been moved to libc.

Signed-off-by: pangzhen1 <pangzhen1@xiaomi.com>
This commit is contained in:
pangzhen1 2024-07-11 13:57:08 +08:00 committed by Xiang Xiao
parent 7913b249ca
commit 8bb62e532c
2 changed files with 0 additions and 2 deletions

View File

@ -382,7 +382,6 @@ SYSCALL_LOOKUP(munmap, 2)
SYSCALL_LOOKUP(arc4random_buf, 2)
#endif
SYSCALL_LOOKUP(getrandom, 3)
SYSCALL_LOOKUP(nanosleep, 2)
/* I/O event notification facility */

View File

@ -44,7 +44,6 @@
"getpeername","sys/socket.h","defined(CONFIG_NET)","int","int","FAR struct sockaddr *","FAR socklen_t *"
"getpid","unistd.h","","pid_t"
"getppid","unistd.h","defined(CONFIG_SCHED_HAVE_PARENT)","pid_t"
"getrandom","sys/random.h","","ssize_t","FAR void *","size_t","unsigned int"
"getsockname","sys/socket.h","defined(CONFIG_NET)","int","int","FAR struct sockaddr *","FAR socklen_t *"
"getsockopt","sys/socket.h","defined(CONFIG_NET)","int","int","int","int","FAR void *","FAR socklen_t *"
"gettid","unistd.h","","pid_t"

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