mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
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:
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user