diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-26 20:13:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-26 20:13:27 +0000 |
commit | 6df7ffad195864a5c28d9d24093866e919ef0494 (patch) | |
tree | 02d6096090d896d537fc60d5047af0da0bc0772b /nptl/sysdeps/i386/tls.h | |
parent | d8ff3792a8020ff25b703109a763161236cfa8dd (diff) | |
download | glibc-6df7ffad195864a5c28d9d24093866e919ef0494.tar.gz glibc-6df7ffad195864a5c28d9d24093866e919ef0494.tar.xz glibc-6df7ffad195864a5c28d9d24093866e919ef0494.zip |
* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
Diffstat (limited to 'nptl/sysdeps/i386/tls.h')
-rw-r--r-- | nptl/sysdeps/i386/tls.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index 90a8b50dad..64eab45c01 100644 --- a/nptl/sysdeps/i386/tls.h +++ b/nptl/sysdeps/i386/tls.h @@ -458,16 +458,6 @@ union user_desc_init #define THREAD_GSCOPE_WAIT() \ GL(dl_wait_lookup_done) () - -#ifndef __ASSUME_PRIVATE_FUTEX -# define THREAD_SET_PRIVATE_FUTEX(value) \ - THREAD_SETMEM (THREAD_SELF, header.private_futex, value) -# define THREAD_COPY_PRIVATE_FUTEX(descr) \ - ((descr)->header.private_futex \ - = THREAD_GETMEM (THREAD_SELF, header.private_futex)) -#endif - - #endif /* __ASSEMBLER__ */ #endif /* tls.h */ |