From: Mike Frysinger Date: Tue, 29 Dec 2015 22:54:31 +0000 (-0500) Subject: sys/types.h: drop sys/sysmacros.h include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1053a4902ebff0ba30098fdcad614d963de87c3d;p=thirdparty%2Fglibc.git 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 --- diff --git a/posix/sys/types.h b/posix/sys/types.h index a7285671bf3..b3007db0247 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 - -/* BSD defines these symbols, so we follow. */ -# include #endif /* Use misc. */