summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:44:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:44:15 +0000
commite889a857cd6a5d8366bcecf78d6075dfd414d252 (patch)
tree44996fa8e75d0443a40dfb94b8952ae2314a1ea3 /cpukit/ChangeLog
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e889a857cd6a5d8366bcecf78d6075dfd414d252.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/clockgettime.c, posix/src/clocksettime.c, Minor modifications to improve testability. * posix/src/pthreadcreate.c: Add NULL check for thread entry.
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 8833090871..e11f2fd03f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * posix/src/clockgettime.c, posix/src/clocksettime.c,
+ Minor modifications to improve testability.
+ * posix/src/pthreadcreate.c: Add NULL check for thread entry.
+
+2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/src/pthreadinitthreads.c: Clean up error paths.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>