Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-08-20 10:21:20 +0400
committerChristopher Faylor <me@cgf.cx>2005-08-20 10:21:20 +0400
commitacc12b15a1084c6f1c97bd2ff0f3823815ef7e89 (patch)
tree8d6140451695e6bef857a36f1eb7cb20b765268b
parentd9a227643589484cfccd75174482a7f2e96f49d5 (diff)
add missing entry
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 691990907..4729779e2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -23,6 +23,7 @@
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Ditto.
* fhandler_registry.cc (fhandler_registry::readdir): Ditto.
* fhandler_process.cc (fhandler_process::readdir): Ditto.
+ * include/sys/dirent.h (readdir_r): Add declaration.
2005-08-19 Christopher Faylor <cgf@timesys.com>