summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:38:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:38:47 +0000
commit18cf72767e91b71b9d4ebbce260d30458de67c43 (patch)
treed0e72848e232bea0be525e84caca11fdef57eadd /cpukit/ChangeLog
parentUpgrade to 4.8.2 (diff)
downloadrtems-18cf72767e91b71b9d4ebbce260d30458de67c43.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 964f3b8ddf..38c4c3389c 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.
+
2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1482