summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 19:14:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 19:14:10 +0000
commitdb5f1341c295f82e4a268382e7cbb0a5a5ac537f (patch)
tree86f0a5ac87fc914e7409126876a0a8582d542a7d /cpukit/ChangeLog
parent2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-db5f1341c295f82e4a268382e7cbb0a5a5ac537f.tar.bz2
2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1718/cpukit * sapi/include/confdefs.h: POSIX threads are allocated twice the minimum stack space by default. confdefs.h only accounts for one minimum -- not the 2x factor.
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 45bba6f4e3..0645b3659f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+ PR 1718/cpukit
+ * sapi/include/confdefs.h: POSIX threads are allocated twice the
+ minimum stack space by default. confdefs.h only accounts for one
+ minimum -- not the 2x factor.
+
+2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
PR 1717/cpukit
* libcsupport/src/gxx_wrappers.c: Free memory on error.