diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-29 17:54:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-11 15:18:47 -0500 |
commit | 92bf87d8c4837feaec62958be59c3119b8b4f5ae (patch) | |
tree | c1cb61cda50b13c4b34257fb368a2b6fa41109f4 /posix | |
parent | 9886b16ac4268e98cec9f70b1ba1e7136eb56da5 (diff) | |
download | glibc-92bf87d8c4837feaec62958be59c3119b8b4f5ae.zip glibc-92bf87d8c4837feaec62958be59c3119b8b4f5ae.tar.gz glibc-92bf87d8c4837feaec62958be59c3119b8b4f5ae.tar.bz2 |
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
Diffstat (limited to 'posix')
-rw-r--r-- | posix/sys/types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h index a728567..b3007db 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. */ |