mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
syscall: Add socketpair to syscall.csv
Summary: - This commit adds socketpair to syscall.csv Impact: - None Testing: - Tested with adb (not merged net) Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
8f72799e8e
commit
d96c87f666
@@ -164,6 +164,7 @@
|
||||
"sigtimedwait","signal.h","","int","FAR const sigset_t *","FAR struct siginfo *","FAR const struct timespec *"
|
||||
"sigwaitinfo","signal.h","","int","FAR const sigset_t *","FAR struct siginfo *"
|
||||
"socket","sys/socket.h","defined(CONFIG_NET)","int","int","int","int"
|
||||
"socketpair","sys/socket.h","defined(CONFIG_NET)","int","int","int","int","int *"
|
||||
"stat","sys/stat.h","","int","FAR const char *","FAR struct stat *"
|
||||
"statfs","sys/statfs.h","","int","FAR const char *","FAR struct statfs *"
|
||||
"symlink","unistd.h","defined(CONFIG_PSEUDOFS_SOFTLINKS)","int","FAR const char *","FAR const char *"
|
||||
|
||||
|
Reference in New Issue
Block a user