summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-14 17:04:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-14 17:04:05 +0000
commit193fe690070bb040b36bf7d2639b454d88c37d3f (patch)
tree26c894c8f3799b2ceb91ac83a0d550bb8ed06932 /cpukit/libcsupport/ChangeLog
parent2002-09-13 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-193fe690070bb040b36bf7d2639b454d88c37d3f.tar.bz2
2002-09-14 Eric Norum <eric.norum@usask.ca>
* src/readdir_r.c: New file. * Makefile.am: Reflect above.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index b6738e5d67..d88e9059cf 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-14 Eric Norum <eric.norum@usask.ca>
+
+ * src/readdir_r.c: New file.
+ * Makefile.am: Reflect above.
+
2002-08-12 Eric Norum <eric.norum@usask.ca>
* src/write.c (_write_r): Change prototype to match newlib's reent.h.