summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/attr.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-02 17:51:32 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-02 17:51:32 +0000
commit0ef5ac4b9c07dccab409b5b2de7fba28116efc40 (patch)
tree2cf29bbf19854cb2fd2337c10b7451e3d4085df8 /libpthread/linuxthreads/attr.c
parentfbda8b46871166d07b2cdb15445fee8e4ee2a2bf (diff)
Patch from Peter S. Mazinger to fix some leftover problems
from converting "PIC" to "__PIC__"
Diffstat (limited to 'libpthread/linuxthreads/attr.c')
-rw-r--r--libpthread/linuxthreads/attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/attr.c b/libpthread/linuxthreads/attr.c
index db5809cbc..4432a04d1 100644
--- a/libpthread/linuxthreads/attr.c
+++ b/libpthread/linuxthreads/attr.c
@@ -50,7 +50,7 @@ int pthread_attr_init(pthread_attr_t *attr)
/* uClibc: leave out this for now. */
#if DO_PTHREAD_VERSIONING_WITH_UCLIBC
-#if defined __HAVE_ELF__ && defined PIC && defined DO_VERSIONING
+#if defined __HAVE_ELF__ && defined __PIC__ && defined DO_VERSIONING
default_symbol_version (__pthread_attr_init_2_1, pthread_attr_init, GLIBC_2.1);
int __pthread_attr_init_2_0(pthread_attr_t *attr)