clean up sloppy nested inclusion from pthread_impl.h
[oweals/musl.git] / src / thread / pthread_attr_getschedparam.c
index 804f6f0f75cedcf72d535f8c7d99988c55c4b543..5806bdf19cb0f27c4c9bf5b8fedcb21c8a487132 100644 (file)
@@ -1,6 +1,6 @@
 #include "pthread_impl.h"
 
-int pthread_attr_getschedparam(const pthread_attr_t *a, struct sched_param *param)
+int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param)
 {
        param->sched_priority = 0;
        return 0;