summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-17 22:57:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-17 22:57:41 +0000
commit49b7b17cfb0acce7b66edf4e4267b8f2b52d6d98 (patch)
treecef96e30037de0a1a0caab47f7f48ac12e743b1b /cpukit/ChangeLog
parent2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com> (diff)
downloadrtems-49b7b17cfb0acce7b66edf4e4267b8f2b52d6d98.tar.bz2
2005-08-17 Nuno Costa <nuno-costa@iol.pt>
PR 805/rtems * posix/include/rtems/posix/timer.h: Due to bad choice of error constants by original submitter, it was impossible to create more than 10 POSIX timers.
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 1ac63c0ac9..aee13cd22d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-17 Nuno Costa <nuno-costa@iol.pt>
+
+ PR 805/rtems
+ * posix/include/rtems/posix/timer.h: Due to bad choice of error
+ constants by original submitter, it was impossible to create more
+ than 10 POSIX timers.
+
2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
PR 807/rtems