From e6bf1e24afbac43b084f1cd1f24de6ba587d2d90 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 21 May 2008 14:09:11 +0000 Subject: 2008-05-21 Neal H. Walfield * sysdeps/l4/hurd/bits/pthread-np.h: New file. * headers.m4: Don't link include/bits/pthread-np.h to libpthread/sysdeps/l4/bits/pthread-np.h but to libpthread/sysdeps/l4/hurd/bits/pthread-np.h. * include/pthread/pthread.h: Include . * sysdeps/l4/hurd/pt-setactivity-np.c (pthread_setactivity_np): New file. * Makefile.am (libpthread_a_SOURCES): Add pt-setactivity-np.c. --- include/pthread/pthread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/pthread/pthread.h') diff --git a/include/pthread/pthread.h b/include/pthread/pthread.h index 2460acd..0437550 100644 --- a/include/pthread/pthread.h +++ b/include/pthread/pthread.h @@ -742,6 +742,11 @@ extern int pthread_setschedparam (pthread_t thread, int policy, /* Set thread THREAD's scheduling priority. */ extern int pthread_setschedprio (pthread_t thread, int prio); + + +/* Kernel-specific interfaces. */ + +#include __END_DECLS -- cgit v1.2.3