X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fpthread_mutex_timedlock.c;h=c24270d8f54ee6e36d30067b6ffee8b67a2a6652;hp=44bd4bbeb1aee375d6facdaafdc1ac958eda9c7b;hb=b6218764ebca59ff5dae0e87b696188c8de0119e;hpb=ec381af90208a5675183202cf05078eac208edfb diff --git a/src/thread/pthread_mutex_timedlock.c b/src/thread/pthread_mutex_timedlock.c index 44bd4bbe..c24270d8 100644 --- a/src/thread/pthread_mutex_timedlock.c +++ b/src/thread/pthread_mutex_timedlock.c @@ -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;