* sysdeps/pthread/pthread.h: Move __pthread_initialize from here
authorAndreas Jaeger <aj@suse.de>
Tue, 6 Feb 2001 18:25:35 +0000 (18:25 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 6 Feb 2001 18:25:35 +0000 (18:25 +0000)
to...
* internals.h: ...here.
2001-02-06  Andreas Jaeger  <aj@suse.de>

* sysdeps/pthread/pthread.h: Move __pthread_initialize from here
to...
* internals.h: ...here.

linuxthreads/ChangeLog
linuxthreads/internals.h
linuxthreads/sysdeps/pthread/pthread.h

index acb8480..b47d648 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-06  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/pthread/pthread.h: Move __pthread_initialize from here
+       to...
+       * internals.h: ...here.
+
 2001-02-05  Jes Sorensen  <jes@linuxcare.com>
 
        * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file.
index 9480530..0685332 100644 (file)
@@ -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 */
index 2911da8..1a190e0 100644 (file)
@@ -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 */