mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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:
@ -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>
|
2001-02-05 Jes Sorensen <jes@linuxcare.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file.
|
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file.
|
||||||
|
@ -539,4 +539,7 @@ extern void __linuxthreads_create_event (void);
|
|||||||
extern void __linuxthreads_death_event (void);
|
extern void __linuxthreads_death_event (void);
|
||||||
extern void __linuxthreads_reap_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 */
|
#endif /* internals.h */
|
||||||
|
@ -672,10 +672,6 @@ extern int pthread_atfork (void (*__prepare) (void),
|
|||||||
|
|
||||||
extern void pthread_kill_other_threads_np (void) __THROW;
|
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
|
__END_DECLS
|
||||||
|
|
||||||
#endif /* pthread.h */
|
#endif /* pthread.h */
|
||||||
|
Reference in New Issue
Block a user