mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
htl: Remove stub warning for pthread_mutexattr_setpshared
It actually is implemented.
This commit is contained in:
parent
6c43d94a96
commit
f640c4231d
@ -32,4 +32,3 @@ pthread_mutexattr_setpshared (pthread_mutexattr_t *attrp, int pshared)
|
||||
attrp->__pshared = pshared;
|
||||
return 0;
|
||||
}
|
||||
stub_warning (pthread_mutexattr_setpshared)
|
||||
|
Loading…
Reference in New Issue
Block a user