diff options
author | Khem Raj <kraj@mvista.com> | 2008-12-15 19:11:43 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-12-15 19:11:43 +0000 |
commit | 631ff9e147e057c9ceb38b2c240fdbd50f5a779a (patch) | |
tree | c2a898a9a65408ca4dd5063ec57a849ba65c9c27 /libpthread/linuxthreads.old/pthread.c | |
parent | 049ddd1e98e7c26664f8b66cd5e1239bda3c19cc (diff) | |
download | uClibc-alpine-631ff9e147e057c9ceb38b2c240fdbd50f5a779a.tar.bz2 uClibc-alpine-631ff9e147e057c9ceb38b2c240fdbd50f5a779a.tar.xz |
Merge linuxthread.old from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/pthread.c')
-rw-r--r-- | libpthread/linuxthreads.old/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/pthread.c b/libpthread/linuxthreads.old/pthread.c index 119c1cdda..308845d36 100644 --- a/libpthread/linuxthreads.old/pthread.c +++ b/libpthread/linuxthreads.old/pthread.c @@ -321,7 +321,7 @@ libpthread_hidden_proto(pthread_condattr_init) struct pthread_functions __pthread_functions = { -#if !(USE_TLS && HAVE___THREAD) +#if !(defined USE_TLS && HAVE___THREAD) .ptr_pthread_internal_tsd_set = __pthread_internal_tsd_set, .ptr_pthread_internal_tsd_get = __pthread_internal_tsd_get, .ptr_pthread_internal_tsd_address = __pthread_internal_tsd_address, |