X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_mutex_setprioceiling.c;fp=src%2Fthread%2Fpthread_mutex_setprioceiling.c;h=681f07c8856d8a9de1332329780e2042775255c5;hb=5c6443ac42ba00ad3a0b4e98db4cc8f45596ca93;hp=0000000000000000000000000000000000000000;hpb=bb9abdef48969671ee51f28379981a13c440d0d9;p=musl diff --git a/src/thread/pthread_mutex_setprioceiling.c b/src/thread/pthread_mutex_setprioceiling.c new file mode 100644 index 00000000..681f07c8 --- /dev/null +++ b/src/thread/pthread_mutex_setprioceiling.c @@ -0,0 +1,6 @@ +#include "pthread_impl.h" + +int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old) +{ + return EINVAL; +}