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:
Masayuki Ishikawa
2022-06-13 18:10:06 +09:00
committed by Xiang Xiao
parent 8f72799e8e
commit d96c87f666
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 *"
1 _exit unistd.h noreturn int
164 sigtimedwait signal.h int FAR const sigset_t *
165 sigwaitinfo signal.h int FAR const sigset_t *
166 socket sys/socket.h defined(CONFIG_NET) int int
167 socketpair sys/socket.h defined(CONFIG_NET) int int
168 stat sys/stat.h int FAR const char *
169 statfs sys/statfs.h int FAR const char *
170 symlink unistd.h defined(CONFIG_PSEUDOFS_SOFTLINKS) int FAR const char *