1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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

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.
This commit is contained in:
Andreas Jaeger
2001-02-06 18:25:35 +00:00
parent 18bd894499
commit eb8ea10ab2
3 changed files with 9 additions and 4 deletions

View 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 */