From ef01119ea9239c3e91c33dc3b51bb059eb621677 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 18 Mar 2004 02:44:20 +0000 Subject: 2004-03-17 Marcus Brinkmann * libpthread: New directory, populated with Neal H. Walfields pthread implementation. --- include/pthread/pthread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pthread/pthread.h') 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 __END_DECLS -- cgit v1.2.3