]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sys/types.h: drop sys/sysmacros.h include
authorMike Frysinger <vapier@gentoo.org>
Tue, 29 Dec 2015 22:54:31 +0000 (17:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 18 Feb 2016 23:41:18 +0000 (18:41 -0500)
We want to break apart this include path due to namespace pollution.
https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html

posix/sys/types.h

index a7285671bf31a895a76ac68188b5eae120c7a455..b3007db0247c2ebc512ab075513f0a93e2fb095a 100644 (file)
@@ -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.  */