summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-09 12:55:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-09 12:55:15 +0000
commitf118085d516bc3eac2424037eef6d3cc71231770 (patch)
tree7d54d1db98fade27c2b31aed1a4172277c43e46e /cpukit/posix/ChangeLog
parent2002-08-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f118085d516bc3eac2424037eef6d3cc71231770.tar.bz2
2002-08-09 Joel Sherrill <joel@OARcorp.com>
* src/cancelrun.c: Remove check for PTHREAD_CANCELED not being defined to ensure that newlib patch includes it.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 8422affe62..c14111f776 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-09 Joel Sherrill <joel@OARcorp.com>
+
+ * src/cancelrun.c: Remove check for PTHREAD_CANCELED not being defined
+ to ensure that newlib patch includes it.
+
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/mqueuecreatesupp.c: #include <stdlib.h> (malloc).