diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 7ad263c..0ca0466 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2005-08-22 Shaun Jackman <sjackman@gmail.com> + + * libc/include/_syslist.h: If HAVE_OPENDIR is not defined, + define _opendir as opendir, _readdir as readdir, and + _closedir as closedir so that the implementations in + libc/posix will be used. + 2005-08-10 DJ Delorie <dj@redhat.com> * MAINTAINERS (CPU Ports): Add CPU port maintainer section. |