summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 21:52:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 21:52:19 +0000
commitd05ab3519a2b742b0eed656995ac9ea0e6d5699e (patch)
treee305211aec78c752f4f7545afde6136e0c603b42 /cpukit/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-d05ab3519a2b742b0eed656995ac9ea0e6d5699e.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am, posix/include/rtems/posix/psignal.h: Add stubs for gettimer() and setitimer(). * posix/src/getitimer.c, posix/src/setitimer.c: New files.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 72b961bddc..53b09ea7fb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * posix/Makefile.am, posix/include/rtems/posix/psignal.h: Add stubs for
+ gettimer() and setitimer().
+ * posix/src/getitimer.c, posix/src/setitimer.c: New files.
+
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/Makefile.am, posix/Makefile.am: Comment out including
files which contain routines which are now provided by the newlib
posix subdirectory. Document a few which come from the unix directory.