mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +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
@@ -371,6 +371,7 @@ SYSCALL_LOOKUP(futimens, 2)
|
||||
SYSCALL_LOOKUP(sendmsg, 3)
|
||||
SYSCALL_LOOKUP(setsockopt, 5)
|
||||
SYSCALL_LOOKUP(socket, 3)
|
||||
SYSCALL_LOOKUP(socketpair, 4)
|
||||
#endif
|
||||
|
||||
/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */
|
||||
|
||||
Reference in New Issue
Block a user