summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/linux-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/linux-syscalls.h')
-rw-r--r--libc/include/sys/linux-syscalls.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libc/include/sys/linux-syscalls.h b/libc/include/sys/linux-syscalls.h
index bed00ce..7772f1e 100644
--- a/libc/include/sys/linux-syscalls.h
+++ b/libc/include/sys/linux-syscalls.h
@@ -170,17 +170,6 @@
#define __NR_getsockopt (__NR_SYSCALL_BASE + 295)
#define __NR_sendmsg (__NR_SYSCALL_BASE + 296)
#define __NR_recvmsg (__NR_SYSCALL_BASE + 297)
-#define __NR_semctl (__NR_SYSCALL_BASE + 300)
-#define __NR_semget (__NR_SYSCALL_BASE + 299)
-#define __NR_semop (__NR_SYSCALL_BASE + 298)
-#define __NR_shmat (__NR_SYSCALL_BASE + 305)
-#define __NR_shmctl (__NR_SYSCALL_BASE + 308)
-#define __NR_shmdt (__NR_SYSCALL_BASE + 306)
-#define __NR_shmget (__NR_SYSCALL_BASE + 307)
-#define __NR_msgctl (__NR_SYSCALL_BASE + 304)
-#define __NR_msgget (__NR_SYSCALL_BASE + 303)
-#define __NR_msgrcv (__NR_SYSCALL_BASE + 302)
-#define __NR_msgsnd (__NR_SYSCALL_BASE + 301)
#define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
#define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
#define __NR_epoll_wait (__NR_SYSCALL_BASE + 252)