X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_condattr_getpshared.c;h=4991e495a7057437577863952f5f7a9cd1a14074;hb=cf3fd3d002c728ed0ef5d3aef856ff3e1d418da0;hp=b620976c896fb04396b4b247b439ca07f2fea3a1;hpb=b4d40e44e36f28cf5a52e9f0c12e622c3baf1657;p=musl diff --git a/src/thread/pthread_condattr_getpshared.c b/src/thread/pthread_condattr_getpshared.c index b620976c..4991e495 100644 --- a/src/thread/pthread_condattr_getpshared.c +++ b/src/thread/pthread_condattr_getpshared.c @@ -1,6 +1,6 @@ #include "pthread_impl.h" -int pthread_condattr_getpshared(const pthread_condattr_t *a, int *pshared) +int pthread_condattr_getpshared(const pthread_condattr_t *restrict a, int *restrict pshared) { *pshared = *a>>31; return 0;