mirror of
https://github.com/fluencelabs/musl
synced 2025-05-31 00:21:34 +00:00
7 lines
141 B
C
7 lines
141 B
C
|
#include "pthread_impl.h"
|
||
|
|
||
|
int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old)
|
||
|
{
|
||
|
return EINVAL;
|
||
|
}
|