about summary refs log tree commit homepage
path: root/devel/syscall-list
diff options
context:
space:
mode:
Diffstat (limited to 'devel/syscall-list')
-rwxr-xr-xdevel/syscall-list2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/syscall-list b/devel/syscall-list
index a6b1bfa7..d33a8a78 100755
--- a/devel/syscall-list
+++ b/devel/syscall-list
@@ -49,6 +49,8 @@ int main(void)
         D(SYS_inotify_rm_watch);
         D(SYS_prctl);
         D(SYS_fstatfs);
+        D(SYS_sendmsg);
+        D(SYS_recvmsg);
 #ifdef FS_IOC_GETFLAGS
         printf("FS_IOC_GETFLAGS=%#lx\nFS_IOC_SETFLAGS=%#lx\n",
                 (unsigned long)FS_IOC_GETFLAGS, (unsigned long)FS_IOC_SETFLAGS);