summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-29 23:19:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-29 23:19:28 +0000
commit290d2b79fefb3419fa84d72a5463cea134976581 (patch)
tree97069e1a59f85eea47ffe3803c88b6ca9f972138 /cpukit/ChangeLog
parent2009-06-29 Xi Yang <hiyangxi@gmail.com> (diff)
downloadrtems-290d2b79fefb3419fa84d72a5463cea134976581.tar.bz2
2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/killinfo.c, posix/src/mutexinit.c, posix/src/psignal.c, posix/src/psignalchecksignal.c, posix/src/pthread.c, posix/src/pthreadexit.c, posix/src/pthreadinitthreads.c: Remove includes of <assert.h> where possible. Make other uses conditional on ifdef RTEMS_DEBUG.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 39d0bba0ba..c076869257 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/src/killinfo.c, posix/src/mutexinit.c, posix/src/psignal.c,
+ posix/src/psignalchecksignal.c, posix/src/pthread.c,
+ posix/src/pthreadexit.c, posix/src/pthreadinitthreads.c: Remove
+ includes of <assert.h> where possible. Make other uses conditional on
+ ifdef RTEMS_DEBUG.
+
2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am, posix/include/rtems/posix/priority.h,