summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-10-04 15:32:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-10-04 15:32:36 +0000
commit21dd3ab8b66a29d38a829822ae732ab0ac8e6e62 (patch)
treefc5169d6fc9ad9b5a19d01f9d284eec9d8253f9b /cpukit/posix/src/pthread.c
parentRegenerate. (diff)
downloadrtems-21dd3ab8b66a29d38a829822ae732ab0ac8e6e62.tar.bz2
2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, posix/Makefile.am, posix/src/pthread.c: * posix/src/pthreadattrgetguardsize.c, posix/src/pthreadattrgetstack.c, posix/src/pthreadattrsetguardsize.c, posix/src/pthreadattrsetstack.c: New files.
Diffstat (limited to 'cpukit/posix/src/pthread.c')
-rw-r--r--cpukit/posix/src/pthread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index 45d0ff18fd..06ce1fe168 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -55,6 +55,9 @@ const pthread_attr_t _POSIX_Threads_Default_attributes = {
{ 0L, 0 } /* sched_ss_init_budget */
#endif
},
+ #if HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE
+ 0, /* guardsize */
+ #endif
#if defined(_POSIX_THREAD_CPUTIME)
1, /* cputime_clock_allowed */
#endif