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:
@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
int
|
||||
pthread_kill (threadid, signo)
|
||||
__pthread_kill (threadid, signo)
|
||||
pthread_t threadid;
|
||||
int signo;
|
||||
{
|
||||
@ -34,3 +34,4 @@ pthread_kill (threadid, signo)
|
||||
/* We have a special syscall to do the work. */
|
||||
return INLINE_SYSCALL (tkill, 2, pd->tid, signo);
|
||||
}
|
||||
strong_alias (__pthread_kill, pthread_kill)
|
||||
|
Reference in New Issue
Block a user