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:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-23 00:26:28 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-05-23 00:26:28 +0400
commit7736feb2769e32b669bffcccb89483163116ed5c (patch)
treeae39217ea668958a9f67c4bb5ae1f7ae54bb9f4f /newlib/ChangeLog
parent613251a46db43c02ac3a39352e08b153560b2d4c (diff)
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/ChangeLog10
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.