summaryrefslogtreecommitdiff
path: root/include/pthread/pthread.h
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-05-21 14:09:11 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-07 23:15:48 +0200
commite6bf1e24afbac43b084f1cd1f24de6ba587d2d90 (patch)
treeb21d3ac24bcd75cbe23780b965f7da6433c5932e /include/pthread/pthread.h
parentdbc436cfac2d9a189ec752c2b0609a252e1be4f6 (diff)
2008-05-21 Neal H. Walfield <neal@gnu.org>
* 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 <bits/pthread-np.h>. * sysdeps/l4/hurd/pt-setactivity-np.c (pthread_setactivity_np): New file. * Makefile.am (libpthread_a_SOURCES): Add pt-setactivity-np.c.
Diffstat (limited to 'include/pthread/pthread.h')
-rw-r--r--include/pthread/pthread.h5
1 files changed, 5 insertions, 0 deletions
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 <bits/pthread-np.h>
__END_DECLS