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

* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.

This commit is contained in:
Ulrich Drepper
2007-05-26 20:13:27 +00:00
parent d8ff3792a8
commit 6df7ffad19
11 changed files with 27 additions and 31 deletions

View File

@ -376,9 +376,10 @@ allocate_stack (const struct pthread_attr *attr, struct pthread **pdp,
__pthread_multiple_threads = *__libc_multiple_threads_ptr = 1;
#endif
#ifdef THREAD_COPY_PRIVATE_FUTEX
#ifndef __ASSUME_PRIVATE_FUTEX
/* The thread must know when private futexes are supported. */
THREAD_COPY_PRIVATE_FUTEX (pd);
pd->header.private_futex = THREAD_GETMEM (THREAD_SELF,
header.private_futex);
#endif
#ifdef NEED_DL_SYSINFO