summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
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 bc680c7ce..de3c10ce0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-13 Patrick Mansfield <patmans@us.ibm.com>
+
+ * libc/include/sys/features.h: Define _POSIX_TIMERS for spu.
+ * libc/include/sys/unistd.h: Change usleep prototype to Posix
+ form and move outside of OS flag checks.
+ * libc/machine/spu/Makefile.am: Add sleep and usleep.
+ * libc/machine/spu/Makefile.in: Regenerate.
+ * libc/machine/spu/sleep.c: Copy libc/posix/sleep.c.
+ * libc/machine/spu/usleep.c: Copy libc/posix/usleep.c.
+
2007-06-11 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/unistd.h: Declare confstr for Cygwin.