summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:49:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:49:30 +0000
commit4d0bb65e12cd42768348d26d715c549389cc4894 (patch)
treee111cd7a6f40b75a32257dd3cb42be9a647b821d /cpukit/ChangeLog
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4d0bb65e12cd42768348d26d715c549389cc4894.tar.bz2
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* posix/src/keygetspecific.c, posix/src/keysetspecific.c, posix/src/semtimedwait.c: Correct indexing of key data to use api and index NOT class and index. Class is always 1.
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 6e36c10ccb..496beb108b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-17 Joel Sherrill <joel@OARcorp.com>
+
+ * posix/src/keygetspecific.c, posix/src/keysetspecific.c,
+ posix/src/semtimedwait.c: Correct indexing of key data to use api and
+ index NOT class and index. Class is always 1.
+
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Suppress itron if int8/int16_t are not provided.