summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/libc-cancellation.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2009-03-19 18:00:28 +0000
committerKhem Raj <kraj@mvista.com>2009-03-19 18:00:28 +0000
commit024800c5eaa3c27db28d73f7ac6b7a1c23523f00 (patch)
tree1ac332b57c8a16d01f3ffa679c3d4d6fa8f50ae5 /libpthread/linuxthreads/libc-cancellation.c
parent2ea44632aac286a927069a1fb1f979db23c0b3c4 (diff)
downloaduClibc-alpine-024800c5eaa3c27db28d73f7ac6b7a1c23523f00.tar.bz2
uClibc-alpine-024800c5eaa3c27db28d73f7ac6b7a1c23523f00.tar.xz
Merged revisions 25744 via svnmerge from
svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc ........ r25744 | austinf | 2009-03-18 16:05:54 -0700 (Wed, 18 Mar 2009) | 3 lines 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.c3
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. */