about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-29 17:54:31 -0500
committerMike Frysinger <vapier@gentoo.org>2016-11-11 15:18:47 -0500
commit92bf87d8c4837feaec62958be59c3119b8b4f5ae (patch)
treec1cb61cda50b13c4b34257fb368a2b6fa41109f4
parent9886b16ac4268e98cec9f70b1ba1e7136eb56da5 (diff)
downloadglibc-92bf87d8c4837feaec62958be59c3119b8b4f5ae.tar.gz
glibc-92bf87d8c4837feaec62958be59c3119b8b4f5ae.tar.xz
glibc-92bf87d8c4837feaec62958be59c3119b8b4f5ae.zip
sys/types.h: drop sys/sysmacros.h include
We want to break apart this include path due to namespace pollution.
https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html
-rw-r--r--posix/sys/types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h
index a7285671bf..b3007db024 100644
--- a/posix/sys/types.h
+++ b/posix/sys/types.h
@@ -217,9 +217,6 @@ typedef int register_t __attribute__ ((__mode__ (__word__)));
 
 /* It also defines `fd_set' and the FD_* macros for `select'.  */
 # include <sys/select.h>
-
-/* BSD defines these symbols, so we follow.  */
-# include <sys/sysmacros.h>
 #endif /* Use misc.  */