summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 14:16:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 14:16:00 +0000
commit75eaf66aa17ba449dbf6d860c933c1ea6cf89566 (patch)
tree318a4b1226d922040a0969470a281bf218ef05c6 /cpukit/ChangeLog
parent2009-07-21 Santosh G Vattam <vattam.santosh@gmail.com> (diff)
downloadrtems-75eaf66aa17ba449dbf6d860c933c1ea6cf89566.tar.bz2
2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/include/rtems/posix/cancel.h, posix/src/cancel.c, posix/src/canceleval.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c: Fix a minor bug in the previous modification which resulted in psxcancel failing.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 69f2e1cfea..806c5eefac 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/include/rtems/posix/cancel.h, posix/src/cancel.c,
+ posix/src/canceleval.c, posix/src/setcancelstate.c,
+ posix/src/setcanceltype.c: Fix a minor bug in the previous
+ modification which resulted in psxcancel failing.
+
2009-07-21 Santosh G Vattam <vattam.santosh@gmail.com>
* posix/Makefile.am, posix/include/rtems/posix/cancel.h,