about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 10:09:18 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 10:09:18 -0700
commit67cc348d55b886eac7c3b3b028d22ec8e8c349a4 (patch)
treec12d28b302ec8abd71a70d38e35655b4273597a7 /ChangeLog
parenta3f95dcc57e5d2e8fb2ec4675475172f75e739ce (diff)
downloadglibc-67cc348d55b886eac7c3b3b028d22ec8e8c349a4.tar.gz
glibc-67cc348d55b886eac7c3b3b028d22ec8e8c349a4.tar.xz
glibc-67cc348d55b886eac7c3b3b028d22ec8e8c349a4.zip
Declare __getdirentries in internal dirent.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e0a080e9f..7ab9bc355c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-08-15  Roland McGrath  <roland@hack.frob.com>
 
+	* include/dirent.h: Declare __getdirentries.
+
 	* sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
 	using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.