From 9ae0909b35bc7ed04897536cbf224f7e134b5184 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Dec 2002 10:59:14 +0000 Subject: Update. 2002-12-13 Ulrich Drepper * misc/syslog.c (log_cleanup): Don't use parameter in __libc_lock_unlock call, use syslog_lock directly. Adjust callers to pass NULL instead of a pointer to syslog_lock. --- nptl/pthread_setcancelstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_setcancelstate.c') diff --git a/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index ad50d1ce75..a4466cad6e 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -58,7 +58,7 @@ pthread_setcancelstate (state, oldstate) oldval) == 0) { if (CANCEL_ENABLED_AND_CANCELED_AND_ASYNCHRONOUS (newval)) - __do_cancel (CURRENT_STACK_FRAME); + __do_cancel (); break; } -- cgit 1.4.1