diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2004-03-18 02:44:20 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-04-06 22:16:47 +0200 |
commit | ef01119ea9239c3e91c33dc3b51bb059eb621677 (patch) | |
tree | e2d13d56fbd0b59e959efc8b0f6bda8fca63b2ed /include/pthread/pthread.h | |
parent | cb62fb204d22daea8ec0367c7590f32116276aa7 (diff) |
2004-03-17 Marcus Brinkmann <marcus@gnu.org>
* libpthread: New directory, populated with Neal H. Walfields
pthread implementation.
Diffstat (limited to 'include/pthread/pthread.h')
-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 |