From eb8ea10ab211e5fc01bb7b37d862ee096eab3a4e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 6 Feb 2001 18:25:35 +0000 Subject: * sysdeps/pthread/pthread.h: Move __pthread_initialize from here to... * internals.h: ...here. 2001-02-06 Andreas Jaeger * sysdeps/pthread/pthread.h: Move __pthread_initialize from here to... * internals.h: ...here. --- linuxthreads/internals.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/internals.h') diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index 9480530f6e..06853323bb 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -539,4 +539,7 @@ extern void __linuxthreads_create_event (void); extern void __linuxthreads_death_event (void); extern void __linuxthreads_reap_event (void); +/* This function is called to initialize the pthread library. */ +extern void __pthread_initialize (void); + #endif /* internals.h */ -- cgit v1.2.3