diff options
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r-- | linuxthreads/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index e5010b9261..6ac7bc9170 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -517,7 +517,7 @@ int __pthread_create_2_1(pthread_t *thread, const pthread_attr_t *attr, versioned_symbol (libpthread, __pthread_create_2_1, pthread_create, GLIBC_2_1); -#if SHLIB_COMPAT (libpthread, GLIBC_2_0) +#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_1) int __pthread_create_2_0(pthread_t *thread, const pthread_attr_t *attr, void * (*start_routine)(void *), void *arg) |