|
@@ -18,9 +18,24 @@
|
|
|
#define __ARCH_WANT_migrate_pages
|
|
|
#define __ARCH_WANT_move_pages
|
|
|
|
|
|
-/* Ignore system calls that are also reachable via sys_socket */
|
|
|
+/* Ignore system calls that are also reachable via sys_socketcall */
|
|
|
#define __IGNORE_recvmmsg
|
|
|
#define __IGNORE_sendmmsg
|
|
|
+#define __IGNORE_socket
|
|
|
+#define __IGNORE_socketpair
|
|
|
+#define __IGNORE_bind
|
|
|
+#define __IGNORE_connect
|
|
|
+#define __IGNORE_listen
|
|
|
+#define __IGNORE_accept4
|
|
|
+#define __IGNORE_getsockopt
|
|
|
+#define __IGNORE_setsockopt
|
|
|
+#define __IGNORE_getsockname
|
|
|
+#define __IGNORE_getpeername
|
|
|
+#define __IGNORE_sendto
|
|
|
+#define __IGNORE_sendmsg
|
|
|
+#define __IGNORE_recvfrom
|
|
|
+#define __IGNORE_recvmsg
|
|
|
+#define __IGNORE_shutdown
|
|
|
|
|
|
#define __ARCH_WANT_OLD_READDIR
|
|
|
#define __ARCH_WANT_SYS_ALARM
|