summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-01 14:44:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-01 14:44:04 +0000
commit84b6c0502e63946733036517ca8cb302ce22521a (patch)
tree784ccb1dab0a1081010116ab79d625c530d4d3d2 /cpukit/ChangeLog
parentAdded PR number to existing ChangeLog entry. (diff)
downloadrtems-84b6c0502e63946733036517ca8cb302ce22521a.tar.bz2
2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 796/rtems * posix/src/semtimedwait.c: sem_timedwait is supposed to use absolute time for timeout specification. This patch is a modified version of the one suggested by Peter Dufault.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 93dc8ef7e5..19818f96c4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-01 Joel Sherrill <joel@OARcorp.com>
+
+ PR 796/rtems
+ * posix/src/semtimedwait.c: sem_timedwait is supposed to use absolute
+ time for timeout specification. This patch is a modified version of
+ the one suggested by Peter Dufault.
+
2005-09-01 Nuno Costa <nuno-costa@iol.pt>
PR 804