summaryrefslogtreecommitdiff
path: root/sysdeps/l4/pt-create-np.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/l4/pt-create-np.c')
-rw-r--r--sysdeps/l4/pt-create-np.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/l4/pt-create-np.c b/sysdeps/l4/pt-create-np.c
index 57c782cc..68b8b004 100644
--- a/sysdeps/l4/pt-create-np.c
+++ b/sysdeps/l4/pt-create-np.c
@@ -36,7 +36,8 @@ pthread_create_from_l4_tid_np (pthread_t *thread,
int err;
struct __pthread *pthread;
- err = __pthread_create_internal (&pthread, attr, (void *) &tid,
+#warning Does not use TID.
+ err = __pthread_create_internal (&pthread, attr,
start_routine, arg);
if (! err)
*thread = pthread->thread;