summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/cmsg_nxthdr.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-23 10:46:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-23 10:46:57 +0000
commit1e0c4ca7448cf41bd38742ae885c9da6f4e48d97 (patch)
tree3908c0720db2470fefbc4c0824401dbf45862f83 /libc/sysdeps/linux/common/cmsg_nxthdr.c
parent7bca85d261904a0a67f2e514b6c4972128561156 (diff)
downloaduClibc-alpine-1e0c4ca7448cf41bd38742ae885c9da6f4e48d97.tar.bz2
uClibc-alpine-1e0c4ca7448cf41bd38742ae885c9da6f4e48d97.tar.xz
sync with trunk. Compile tested on i386
Diffstat (limited to 'libc/sysdeps/linux/common/cmsg_nxthdr.c')
-rw-r--r--libc/sysdeps/linux/common/cmsg_nxthdr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/cmsg_nxthdr.c b/libc/sysdeps/linux/common/cmsg_nxthdr.c
index 7dbf7bec5..5230fc6be 100644
--- a/libc/sysdeps/linux/common/cmsg_nxthdr.c
+++ b/libc/sysdeps/linux/common/cmsg_nxthdr.c
@@ -19,6 +19,8 @@
#define __FORCE_GLIBC
#include <features.h>
+/* Prevent math.h from defining a colliding inline */
+#undef __USE_EXTERN_INLINES
#include <sys/socket.h>
/* libc_hidden_proto(__cmsg_nxthdr) */