diff options
Diffstat (limited to 'sysdeps/l4/pt-create-np.c')
-rw-r--r-- | sysdeps/l4/pt-create-np.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/l4/pt-create-np.c b/sysdeps/l4/pt-create-np.c index 627d6d0..57c782c 100644 --- a/sysdeps/l4/pt-create-np.c +++ b/sysdeps/l4/pt-create-np.c @@ -1,5 +1,5 @@ /* Thread creation from provided L4 thread. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -30,7 +30,7 @@ int pthread_create_from_l4_tid_np (pthread_t *thread, const pthread_attr_t *attr, - l4_thread_id_t tid, + _L4_thread_id_t tid, void *(*start_routine)(void *), void *arg) { int err; |