diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-25 11:15:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-25 11:15:13 +0000 |
commit | 1c03d97b4dea9fef596506d7fbeb2fa11f75004c (patch) | |
tree | 57741b93e2bb251a818bc869bbddd53bd812fe77 /libpthread/linuxthreads.old/cancel.c | |
parent | 4cbaba855555162846ec42f6d6a488dced5aa739 (diff) | |
download | uClibc-alpine-1c03d97b4dea9fef596506d7fbeb2fa11f75004c.tar.bz2 uClibc-alpine-1c03d97b4dea9fef596506d7fbeb2fa11f75004c.tar.xz |
reinstate __libc_foo for linuxthreads.old
Diffstat (limited to 'libpthread/linuxthreads.old/cancel.c')
-rw-r--r-- | libpthread/linuxthreads.old/cancel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/cancel.c b/libpthread/linuxthreads.old/cancel.c index 239b821f1..03a85e4e9 100644 --- a/libpthread/linuxthreads.old/cancel.c +++ b/libpthread/linuxthreads.old/cancel.c @@ -215,7 +215,7 @@ void __pthread_perform_cleanup(char *currentframe) #ifndef __PIC__ /* We need a hook to force the cancelation wrappers to be linked in when static libpthread is used. */ -extern const int __pthread_provide_wrappers; -static const int * const __pthread_require_wrappers = +extern const char __pthread_provide_wrappers; +static const char *const __pthread_require_wrappers = &__pthread_provide_wrappers; #endif |