mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1998-07-29 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/mach/hurd/dl-sysdep.c (__lseek): New function. (__getpid): New function. (abort): New function. * nis/nis_cache2_xdr.c: Removed.
This commit is contained in:
@ -61,7 +61,7 @@ int pthread_cancel(pthread_t thread)
|
||||
handle->h_descr->p_canceled = 1;
|
||||
pid = handle->h_descr->p_pid;
|
||||
__pthread_unlock(&handle->h_lock);
|
||||
kill(pid, PTHREAD_SIG_CANCEL);
|
||||
kill(pid, __pthread_sig_cancel);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user