From 8361400815265a29038f6833d12fc8e830340d84 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Dec 2002 19:59:08 +0000 Subject: Add namespace protected alias. --- nptl/pthread_setcancelstate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/pthread_setcancelstate.c') diff --git a/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index a4466cad6e..3f6ed863c3 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -23,7 +23,7 @@ int -pthread_setcancelstate (state, oldstate) +__pthread_setcancelstate (state, oldstate) int state; int *oldstate; { @@ -66,3 +66,4 @@ pthread_setcancelstate (state, oldstate) return 0; } +strong_alias (__pthread_setcancelstate, pthread_setcancelstate) -- cgit 1.4.1