summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-14 14:53:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-14 14:53:00 +0000
commit622e09b4408d85ecf1a3d5c72041ef49f841e733 (patch)
tree3f52586accd23d01e15d589e07db20c7753694b8 /cpukit/ChangeLog
parent2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-622e09b4408d85ecf1a3d5c72041ef49f841e733.tar.bz2
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1261/cpukit * posix/src/semaphorecreatesupp.c: Initialize all fields during semaphore creation.
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 c660902d31..c51425bd9a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+ PR 1261/cpukit
+ * posix/src/semaphorecreatesupp.c: Initialize all fields during
+ semaphore creation.
+
+2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+
PR 1260/cpukit
* posix/src/pthread.c: Get initial signals blocked from creating thread
not from ourselves.