mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add namespace protected alias.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
int
|
||||
pthread_setcancelstate (state, oldstate)
|
||||
__pthread_setcancelstate (state, oldstate)
|
||||
int state;
|
||||
int *oldstate;
|
||||
{
|
||||
@ -66,3 +66,4 @@ pthread_setcancelstate (state, oldstate)
|
||||
|
||||
return 0;
|
||||
}
|
||||
strong_alias (__pthread_setcancelstate, pthread_setcancelstate)
|
||||
|
Reference in New Issue
Block a user