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:
authorCorinna Vinschen <corinna@vinschen.de>2001-10-17 23:28:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2001-10-17 23:28:35 +0400
commitb4e98df6bc7c1e914e8480b15e07c7094b8f035c (patch)
tree14474e55445fa0bc890d6b8169a55612e9efca25 /newlib/ChangeLog
parente34027611aee68eb3e2467db874137f22ba5c204 (diff)
Add __rtems__ as system defining fchdir().
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 3bc1e73b1..8a9e2d6bb 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,7 +1,7 @@
2001-10-17 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/unistd.h: Add prototype for fchdir() when
- __CYGWIN__ is defined.
+ __CYGWIN__ or __rtems__ is defined.
2001-10-01 Charles Wilson <cwilson@ece.gatech.edu>