use restrict everywhere it's required by c99 and/or posix 2008
[musl] / src / thread / pthread_mutex_timedlock.c
index 44bd4bb..c24270d 100644 (file)
@@ -1,6 +1,6 @@
 #include "pthread_impl.h"
 
-int pthread_mutex_timedlock(pthread_mutex_t *m, const struct timespec *at)
+int pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at)
 {
        int r, t;