summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-21 21:02:15 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-09-21 21:02:15 +0000
commit2f3d28fca2edfab7ff14b1ba2e34f1e12884b057 (patch)
tree9850406c6ec41355acea0b3bf91d4e43f047fb46 /newlib/ChangeLog
parent12df0c42e96812a6238aa663a688efefaef9a16f (diff)
downloadcygnal-2f3d28fca2edfab7ff14b1ba2e34f1e12884b057.tar.gz
cygnal-2f3d28fca2edfab7ff14b1ba2e34f1e12884b057.tar.bz2
cygnal-2f3d28fca2edfab7ff14b1ba2e34f1e12884b057.zip
2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
* libc/include/sched.h: New file, just include sys/sched.h. * libc/machine/spu/sys/sched.h: New file, has just sched_yield prototype. * libc/machine/spu/sys/utime.h: New file, has utime prototype and struct utimbuf definition.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 856bf787f..c1498f22e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,13 @@
2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
+ * libc/include/sched.h: New file, just include sys/sched.h.
+ * libc/machine/spu/sys/sched.h: New file, has just sched_yield
+ prototype.
+ * libc/machine/spu/sys/utime.h: New file, has utime prototype and
+ struct utimbuf definition.
+
+2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
+
* libc/machine/spu/sys/dirent.h: New file, add prototypes and SPU
specific struct and typedef.