diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-26 22:16:34 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-26 22:16:34 +0000 |
commit | 2556eb8d41afaead7dd979ae52d6f6c0d61c88b3 (patch) | |
tree | ebd3640745b6e171fff2fce991367cf5ac5850a5 /newlib/ChangeLog | |
parent | c9d71a8d46f0ac46c242e03b063a04c0c9bb4e7a (diff) | |
download | cygnal-2556eb8d41afaead7dd979ae52d6f6c0d61c88b3.tar.gz cygnal-2556eb8d41afaead7dd979ae52d6f6c0d61c88b3.tar.bz2 cygnal-2556eb8d41afaead7dd979ae52d6f6c0d61c88b3.zip |
2005-10-26 Shaun Jackman <sjackman@gmail.com>
* libc/posix/scandir.c (scandir): Update the function
prototype to match the header.
* libc/sys/linux/linuxthreads/bits/libc-lock.h: Remove an
extraneous #endif.
* libc/sys/linux/sys/lock.h: Do not include
machine/weakalias.h, since it's not used by this file.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ff3605d6f..2a897d1d3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,12 @@ +2005-10-26 Shaun Jackman <sjackman@gmail.com> + + * libc/posix/scandir.c (scandir): Update the function + prototype to match the header. + * libc/sys/linux/linuxthreads/bits/libc-lock.h: Remove an + extraneous #endif. + * libc/sys/linux/sys/lock.h: Do not include + machine/weakalias.h, since it's not used by this file. + 2005-10-26 Jeff Johnston <jjohnstn@redhat.com> * libc/Makefile.am: Reorder SUBLIBS so machine and sys |