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/sysdeps/pthread/pthread.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'linuxthreads/sysdeps') diff --git a/linuxthreads/sysdeps/pthread/pthread.h b/linuxthreads/sysdeps/pthread/pthread.h index 2911da8ef1..1a190e0cd4 100644 --- a/linuxthreads/sysdeps/pthread/pthread.h +++ b/linuxthreads/sysdeps/pthread/pthread.h @@ -672,10 +672,6 @@ extern int pthread_atfork (void (*__prepare) (void), extern void pthread_kill_other_threads_np (void) __THROW; - -/* This function is called to initialize the pthread library. */ -extern void __pthread_initialize (void) __THROW; - __END_DECLS #endif /* pthread.h */ -- cgit 1.4.1