diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pthread/pthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread/pthread.h b/include/pthread/pthread.h index cf23d07..dc7565a 100644 --- a/include/pthread/pthread.h +++ b/include/pthread/pthread.h @@ -686,6 +686,8 @@ extern int pthread_setschedparam (pthread_t thread, int *policy, /* Set thread THREAD's scheduling priority. */ extern int pthread_setschedprio (pthread_t thread, int prio); + +#include <bits/pthread-np.h> __END_DECLS |