math: x86_64 version of expl, fixed some comments in the i386 version
[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;