mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +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:
@ -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)
|
||||
|
Reference in New Issue
Block a user