1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* configure.in (--with-headers): Let argument contain a : separated

list of directories to use, not just one.
	* configure: Regenerated.
This commit is contained in:
Roland McGrath
2004-09-16 23:23:25 +00:00
parent 3d6ce23a90
commit ae9e6b36d2
4 changed files with 15 additions and 17 deletions

View File

@ -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. */