aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/internals.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-05-21 17:58:38 +0000
committerUlrich Drepper <drepper@redhat.com>2002-05-21 17:58:38 +0000
commit12b7f470d21eeb897e25b9ef6dae4bfd787168f6 (patch)
treeb10f4c03cb2697bb0952cd8533a142c4e1e7d610 /linuxthreads/internals.h
parent4a0de63bbe1d64a9780e586ae801a78d483c339e (diff)
downloadglibc-12b7f470d21eeb897e25b9ef6dae4bfd787168f6.tar
glibc-12b7f470d21eeb897e25b9ef6dae4bfd787168f6.tar.gz
glibc-12b7f470d21eeb897e25b9ef6dae4bfd787168f6.tar.bz2
glibc-12b7f470d21eeb897e25b9ef6dae4bfd787168f6.zip
Update.
2002-05-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h (pthread_create): Rename first parameter. (pthread_cancel): Likewise. * internals.h (__pthread_create_2_1): Likewise. * sysdeps/unix/sysv/linux/bits/sigthread.h (pthread_kill): Likewise.
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r--linuxthreads/internals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h
index 39c545c5e1..64fb6bb602 100644
--- a/linuxthreads/internals.h
+++ b/linuxthreads/internals.h
@@ -362,7 +362,7 @@ extern int __new_sem_destroy (sem_t *__sem);
/* Prototypes for compatibility functions. */
extern int __pthread_attr_init_2_1 (pthread_attr_t *__attr);
extern int __pthread_attr_init_2_0 (pthread_attr_t *__attr);
-extern int __pthread_create_2_1 (pthread_t *__restrict __thread,
+extern int __pthread_create_2_1 (pthread_t *__restrict __threadp,
const pthread_attr_t *__attr,
void *(*__start_routine) (void *),
void *__restrict __arg);