diff options
Diffstat (limited to 'src/thread/pthread_mutex_getprioceiling.c')
-rw-r--r-- | src/thread/pthread_mutex_getprioceiling.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_mutex_getprioceiling.c b/src/thread/pthread_mutex_getprioceiling.c index 8c75a661..648a8d21 100644 --- a/src/thread/pthread_mutex_getprioceiling.c +++ b/src/thread/pthread_mutex_getprioceiling.c @@ -4,3 +4,11 @@ int pthread_mutex_getprioceiling(const pthread_mutex_t *restrict m, int *restric { return EINVAL; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |