Merge "Add gen syscalls step to instructions." into lmp-dev
diff --git a/libc/include/sys/prctl.h b/libc/include/sys/prctl.h
index f66f6f5..8c61677 100644
--- a/libc/include/sys/prctl.h
+++ b/libc/include/sys/prctl.h
@@ -31,13 +31,6 @@
 #include <linux/prctl.h>
 #include <sys/cdefs.h>
 
-/* These should appear in the uapi headers at some point, but they're not there right now. */
-#if !defined(PR_SET_TIMERSLACK_PID)
-#define PR_SET_TIMERSLACK_PID 41
-#else
-#error PR_SET_TIMERSLACK_PID defined twice
-#endif
-
 __BEGIN_DECLS
 
 /* IMPORTANT NOTE: This function is declared as taking a variable number
diff --git a/libc/include/sys/socket.h b/libc/include/sys/socket.h
index 3b11d20..ae2f238 100644
--- a/libc/include/sys/socket.h
+++ b/libc/include/sys/socket.h
@@ -40,13 +40,6 @@
 #include <linux/types.h>
 #include <linux/compiler.h>
 
-/* This is an Android extension that won't be in the uapi headers for the common kernel. */
-#if !defined(SIOCKILLADDR)
-#define SIOCKILLADDR 0x8939
-#else
-#error SIOCKILLADDR defined twice
-#endif
-
 __BEGIN_DECLS
 
 #define sockaddr_storage __kernel_sockaddr_storage