summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 21:26:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 21:26:56 +0000
commit099712815e825e67c72f962cc1e9ee28c81f4335 (patch)
tree1a76f66b5c0f037972529a85abc4cb54c8ee9c5c /cpukit/ChangeLog
parent2009-07-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-099712815e825e67c72f962cc1e9ee28c81f4335.tar.bz2
2009-07-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/killinfo.c: Clean up. Avoid NULL pointer case.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7950b5deb8..04bc1f1de4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2009-07-22 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * posix/src/killinfo.c: Clean up. Avoid NULL pointer case.
+
+2009-07-22 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/inline/rtems/score/states.inl: Add
_States_Is_interruptible_by_signal. Add more DOxygen comments and
clean up.