summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 21:39:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 21:39:23 +0000
commit1d0efc105e0cf44414fe748699e1c93281945531 (patch)
treee56cd8638c10284ca6b5d2bb6f8c350c90595953 /cpukit/ChangeLog
parent2007-11-06 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-1d0efc105e0cf44414fe748699e1c93281945531.tar.bz2
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1266/cpukit * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead of class for key indexing.
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 2e5965460e..09dd611326 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+ PR 1266/cpukit
+ * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead
+ of class for key indexing.
+
+2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* telnetd/icmds.c, telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h:
Fix headers and formatting.