mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2002-12-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
This commit is contained in:
@ -46,7 +46,7 @@ pthread_cancel (th)
|
||||
{
|
||||
/* The cancellation handler will take care of marking the
|
||||
thread as canceled. */
|
||||
pthread_kill (th, SIGCANCEL);
|
||||
__pthread_kill (th, SIGCANCEL);
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user