summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadcreate.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:30:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:30:21 +0000
commit580004a27c84231b39272ba57ab02b1a55da41d3 (patch)
treed9060115a7bd11487a4c4483d8e17b1e44835169 /cpukit/posix/src/pthreadcreate.c
parent2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-580004a27c84231b39272ba57ab02b1a55da41d3.tar.bz2
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/pthreadcreate.c: Add commit. * posix/src/pthreadinitthreads.c: Fix line length.
Diffstat (limited to 'cpukit/posix/src/pthreadcreate.c')
-rw-r--r--cpukit/posix/src/pthreadcreate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c
index 2423bda4d3..e5aff1ea78 100644
--- a/cpukit/posix/src/pthreadcreate.c
+++ b/cpukit/posix/src/pthreadcreate.c
@@ -237,6 +237,9 @@ int pthread_create(
/*
* _Thread_Start only fails if the thread was in the incorrect state
+ *
+ * NOTE: This can only happen if someone slips in and touches the
+ * thread while we are creating it.
*/
if ( !status ) {