summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/threads/cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/threads/cancel.c')
-rw-r--r--usr/src/lib/libc/port/threads/cancel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/threads/cancel.c b/usr/src/lib/libc/port/threads/cancel.c
index 77605bcf42..5236ff5073 100644
--- a/usr/src/lib/libc/port/threads/cancel.c
+++ b/usr/src/lib/libc/port/threads/cancel.c
@@ -204,7 +204,6 @@ _pthread_setcanceltype(int type, int *oldtype)
* it by calling thr_exit. thr_exit takes care of calling
* cleanup handlers.
*/
-#pragma weak _private_testcancel = _pthread_testcancel
#pragma weak pthread_testcancel = _pthread_testcancel
void
_pthread_testcancel(void)