mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 07:02:41 +00:00
7 lines
138 B
C
7 lines
138 B
C
![]() |
#include "pthread_impl.h"
|
||
|
|
||
|
int pthread_mutex_getprioceiling(const pthread_mutex_t *restrict m, int *restrict ceiling)
|
||
|
{
|
||
|
return EINVAL;
|
||
|
}
|