aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2018-02-07 15:45:58 -0500
committerFangrui Song <i@maskray.me>2021-08-27 17:26:00 -0700
commitb930ad424b81a11296a87ff068ef92dfb6118901 (patch)
treeeaa5897b0d6db0c42f5079d1eeb29fefe614f235 /ChangeLog
parentc4c787ff1b1f33defe1da576fa3f83321e5c1555 (diff)
downloadglibc-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fefd9e4..e7df102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]