diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-22 20:26:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-22 20:26:28 +0000 |
commit | 7736feb2769e32b669bffcccb89483163116ed5c (patch) | |
tree | ae39217ea668958a9f67c4bb5ae1f7ae54bb9f4f /newlib/ChangeLog | |
parent | 613251a46db43c02ac3a39352e08b153560b2d4c (diff) | |
download | cygnal-7736feb2769e32b669bffcccb89483163116ed5c.tar.gz cygnal-7736feb2769e32b669bffcccb89483163116ed5c.tar.bz2 cygnal-7736feb2769e32b669bffcccb89483163116ed5c.zip |
2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/shm_open.c: New file.
* libc/sys/linux/shm_unlink.c: Ditto.
* libc/sys/linux/Makefile.am: Add support for shm_open.c and
shm_unlink.c.
* libc/sys/linux/Makefile.in: Regenerated.
* libc/sys/linux/sys/types.h: Add some additional checks to see
if clock_t or time_t is already defined.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 0bd739a15..43c5eb4ee 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,15 @@ 2002-05-22 Jeff Johnston <jjohnstn@redhat.com> + * libc/sys/linux/shm_open.c: New file. + * libc/sys/linux/shm_unlink.c: Ditto. + * libc/sys/linux/Makefile.am: Add support for shm_open.c and + shm_unlink.c. + * libc/sys/linux/Makefile.in: Regenerated. + * libc/sys/linux/sys/types.h: Add some additional checks to see + if clock_t or time_t is already defined. + +2002-05-22 Jeff Johnston <jjohnstn@redhat.com> + * Makefile.am: Don't pass $toollibdir down directly in AM_MAKEFLAGS as it causes all multilibs to use the same toollibdir. Pass it under the name: top_toollibdir. |