diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/s390/s390-32')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h b/libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h index d52d600ad..685d688ae 100644 --- a/libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h +++ b/libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h @@ -58,7 +58,7 @@ testandset (int *spinlock) #define CURRENT_STACK_FRAME stack_pointer register char * stack_pointer __asm__ ("15"); -#ifdef USE_TLS +#ifdef __UCLIBC_HAS_TLS__ /* Return the thread descriptor for the current thread. */ # define THREAD_SELF ((pthread_descr) __builtin_thread_pointer ()) |