From 09efc3ba1269f79b78ee0724501fc762c2d5ab49 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Dec 2002 03:13:06 +0000 Subject: Update. 2002-12-07 Ulrich Drepper * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define. --- nptl/pthread_setcanceltype.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/pthread_setcanceltype.c') diff --git a/nptl/pthread_setcanceltype.c b/nptl/pthread_setcanceltype.c index 8f84634888..63867d301b 100644 --- a/nptl/pthread_setcanceltype.c +++ b/nptl/pthread_setcanceltype.c @@ -23,7 +23,7 @@ int -pthread_setcanceltype (type, oldtype) +__pthread_setcanceltype (type, oldtype) int type; int *oldtype; { @@ -69,3 +69,4 @@ pthread_setcanceltype (type, oldtype) return 0; } +strong_alias (__pthread_setcanceltype, pthread_setcanceltype) -- cgit v1.2.3