| Index: fusl/src/thread/pthread_mutex_setprioceiling.c
|
| diff --git a/fusl/src/thread/pthread_mutex_setprioceiling.c b/fusl/src/thread/pthread_mutex_setprioceiling.c
|
| index 681f07c8856d8a9de1332329780e2042775255c5..6b411df40ddf9ab9d431d157a4555e881f67b34a 100644
|
| --- a/fusl/src/thread/pthread_mutex_setprioceiling.c
|
| +++ b/fusl/src/thread/pthread_mutex_setprioceiling.c
|
| @@ -1,6 +1,7 @@
|
| #include "pthread_impl.h"
|
|
|
| -int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old)
|
| -{
|
| - return EINVAL;
|
| +int pthread_mutex_setprioceiling(pthread_mutex_t* restrict m,
|
| + int ceiling,
|
| + int* restrict old) {
|
| + return EINVAL;
|
| }
|
|
|