From 8a3d1ca183e19d849728318fe8b0d36856fa000f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 17 Jul 2014 17:10:02 -0700 Subject: [PATCH] Remove SIOCKILLADDR from . Change-Id: I6b64a9abe01c786a9ec26aee1517cb981a4860fb --- libc/include/sys/socket.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libc/include/sys/socket.h b/libc/include/sys/socket.h index 3b11d202d..ae2f2381e 100644 --- a/libc/include/sys/socket.h +++ b/libc/include/sys/socket.h @@ -40,13 +40,6 @@ #include #include -/* 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