diff options
author | austinf <austinf@localhost> | 2009-03-18 23:05:54 +0000 |
---|---|---|
committer | austinf <austinf@localhost> | 2009-03-18 23:05:54 +0000 |
commit | 00ebae02f6ca670bf25be06f581bd36d0088f357 (patch) | |
tree | a1782f34c1489e0f2621af50a23ea0aacd7322ef /libpthread/linuxthreads/libc-cancellation.c | |
parent | e72856950a9baa76ed41fb8d684cb13375daf48e (diff) |
fix compilation of linuxthreads for sparc
add myself to MAINTAINERS for sparc
Diffstat (limited to 'libpthread/linuxthreads/libc-cancellation.c')
-rw-r--r-- | libpthread/linuxthreads/libc-cancellation.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/linuxthreads/libc-cancellation.c b/libpthread/linuxthreads/libc-cancellation.c index d97359b22..23bb2a5bb 100644 --- a/libpthread/linuxthreads/libc-cancellation.c +++ b/libpthread/linuxthreads/libc-cancellation.c @@ -31,9 +31,6 @@ weak_extern (__pthread_do_exit) # endif -int __libc_multiple_threads attribute_hidden __attribute__((nocommon)); -strong_alias (__libc_multiple_threads, __librt_multiple_threads) - /* The next two functions are similar to pthread_setcanceltype() but more specialized for the use in the cancelable functions like write(). They do not need to check parameters etc. */ |