diff options
author | Zack Weinberg <zackw@panix.com> | 2018-02-07 15:45:58 -0500 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-08-27 17:26:00 -0700 |
commit | b930ad424b81a11296a87ff068ef92dfb6118901 (patch) | |
tree | eaa5897b0d6db0c42f5079d1eeb29fefe614f235 /ChangeLog | |
parent | c4c787ff1b1f33defe1da576fa3f83321e5c1555 (diff) | |
download | glibc-b930ad424b81a11296a87ff068ef92dfb6118901.zip glibc-b930ad424b81a11296a87ff068ef92dfb6118901.tar.gz glibc-b930ad424b81a11296a87ff068ef92dfb6118901.tar.bz2 |
[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.
This completes the deprecation and removal of this inclusion, which
was begun in the 2.25 release.
* posix/sys/types.h: Don't include sys/sysmacros.h.
* misc/sys/sysmacros.h: Remove the conditional deprecation
warnings for the macros defined by this header.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2018-02-12 Zack Weinberg <zackw@panix.com> + + [BZ #19239] + * posix/sys/types.h: Don't include sys/sysmacros.h. + * misc/sys/sysmacros.h: Remove the conditional deprecation + warnings for the macros defined by this header. + 2018-05-23 H.J. Lu <hongjiu.lu@intel.com> [BZ #23196] |