summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:38:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:38:26 +0000
commitd8af86bf226a7af9df37405ed726cb3050468e6a (patch)
treebf389b116eefaaaeae41dba3e7ad790b4baf84a7 /cpukit/ChangeLog
parent2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-d8af86bf226a7af9df37405ed726cb3050468e6a.tar.bz2
2010-06-21 Peter Dufault <dufault@hda.com>
PR 1570/cpukit * posix/src/semtimedwait.c: This routine is supposed to return -1/errno NOT the status directly.
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 8f02225593..5f58b3f62a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-21 Peter Dufault <dufault@hda.com>
+
+ PR 1570/cpukit
+ * posix/src/semtimedwait.c: This routine is supposed to return -1/errno
+ NOT the status directly.
+
2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1554/cpukit