OSDN Git Service

Remove SIOCKILLADDR from <sys/socket.h>.
authorElliott Hughes <enh@google.com>
Fri, 18 Jul 2014 00:10:02 +0000 (17:10 -0700)
committerElliott Hughes <enh@google.com>
Fri, 18 Jul 2014 00:10:02 +0000 (17:10 -0700)
Change-Id: I6b64a9abe01c786a9ec26aee1517cb981a4860fb

libc/include/sys/socket.h

index 3b11d20..ae2f238 100644 (file)
 #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