summaryrefslogtreecommitdiff
path: root/sysdeps/l4/bits/pthread-np.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/l4/bits/pthread-np.h')
-rw-r--r--sysdeps/l4/bits/pthread-np.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/sysdeps/l4/bits/pthread-np.h b/sysdeps/l4/bits/pthread-np.h
index 3a98cd3..6a02bdc 100644
--- a/sysdeps/l4/bits/pthread-np.h
+++ b/sysdeps/l4/bits/pthread-np.h
@@ -26,19 +26,10 @@
#include <l4.h>
-/* Create a thread with attributes given by ATTR, executing
- START_ROUTINE with argument ARG. TID is the provided L4
- kernel thread. */
-extern int pthread_create_from_l4_tid_np (pthread_t *thread,
- const pthread_attr_t *attr,
- _L4_thread_id_t tid,
- void *(*start_routine)(void *),
- void *arg);
-
/* Add the thread TID to the internal kernel thread pool. */
-extern int pthread_pool_add_np (_L4_thread_id_t tid);
+extern int pthread_pool_add_np (l4_thread_id_t tid);
/* Get the first thread from the pool. */
-extern _L4_thread_id_t pthread_pool_get_np (void);
+extern l4_thread_id_t pthread_pool_get_np (void);
#endif /* bits/pthread-np.h */