about summary refs log tree commit diff
path: root/nptl/pthread_create.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-16 23:23:25 +0000
committerRoland McGrath <roland@gnu.org>2004-09-16 23:23:25 +0000
commitae9e6b36d2e03cea249de3a6c592bbab1be01174 (patch)
treed132efef1c54a14e7d7d819996fea8bd3cdc56fd /nptl/pthread_create.c
parent3d6ce23a90fea094d77b5e2f5574d10e5ecb9d61 (diff)
downloadglibc-ae9e6b36d2e03cea249de3a6c592bbab1be01174.tar.gz
glibc-ae9e6b36d2e03cea249de3a6c592bbab1be01174.tar.xz
glibc-ae9e6b36d2e03cea249de3a6c592bbab1be01174.zip
* configure.in (--with-headers): Let argument contain a : separated
	list of directories to use, not just one.
	* configure: Regenerated.
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r--nptl/pthread_create.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index 34edee498f..160656863d 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -227,12 +227,10 @@ start_thread (void *arg)
 
   struct pthread *pd = (struct pthread *) arg;
 
-#ifndef __ASSUME_CLONE_STOPPED
   /* Get the lock the parent locked to force synchronization.  */
   lll_lock (pd->lock);
   /* And give it up right away.  */
   lll_unlock (pd->lock);
-#endif
 
 #if HP_TIMING_AVAIL
   /* Remember the time when the thread was started.  */