summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-02-20 12:56:55 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-02-20 12:56:55 +0100
commit7584a3f96de88d5eefe5d6c634515278cbfbf052 (patch)
tree7904460c019d1a398a7fa84d5a53e231bc2dc11e /ChangeLog
parent8d9c92017d85f23ba6a2b3614b2f2bcf1820d6f0 (diff)
downloadglibc-7584a3f96de88d5eefe5d6c634515278cbfbf052.tar.gz
glibc-7584a3f96de88d5eefe5d6c634515278cbfbf052.tar.xz
glibc-7584a3f96de88d5eefe5d6c634515278cbfbf052.zip
Deprecate readdir_r, readdir64_r [BZ #19056]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db05bdc0eb..c1efd1a616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-02-20  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #19056]
+	* dirent/dirent.h (readdir_r, readdir64_r): Mark as deprecated.
+	* manual/filesys.texi (Reading/Closing Directory): Mention
+	deprecaion.
+	* posix/tst-dir.c (main): Disable deprecation warning in test.
+
 2016-02-19  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #19679]