summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 19:51:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 19:51:12 +0000
commit85e0a2201f8c2e8455929d36db666f4cac0a6be7 (patch)
treedcefe20919ef4e1d32dd24a97488b210ff612445 /cpukit/ChangeLog
parent2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-85e0a2201f8c2e8455929d36db666f4cac0a6be7.tar.bz2
2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/pthread.c: Make default pthread_attr_t match the conditionals in the version in newlib. This way it will always be right.
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 259ce4086c..9f2645d753 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * posix/src/pthread.c: Make default pthread_attr_t match the
+ conditionals in the version in newlib. This way it will always be
+ right.
+
+2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/readv.c: Check for < 0 on iov_len, not <= 0. A
readv() with all iov_len equal to 0 should have no effect.