mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* include/libc-internal.h: Declare __libc_thread_freeres.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2003-02-22 Roland McGrath <roland@redhat.com>
|
2003-02-22 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* include/libc-internal.h: Declare __libc_thread_freeres.
|
||||||
|
|
||||||
* Makerules: Fix last change to use $($(subdir)-version) when set.
|
* Makerules: Fix last change to use $($(subdir)-version) when set.
|
||||||
|
|
||||||
* Makerules (install-lib-nosubdir): Depend on installed
|
* Makerules (install-lib-nosubdir): Depend on installed
|
||||||
|
@ -28,6 +28,9 @@ extern hp_timing_t __get_clockfreq (void);
|
|||||||
extern void __libc_freeres (void);
|
extern void __libc_freeres (void);
|
||||||
libc_hidden_proto (__libc_freeres)
|
libc_hidden_proto (__libc_freeres)
|
||||||
|
|
||||||
|
/* Free resources stored in thread-local variables on thread exit. */
|
||||||
|
extern void __libc_thread_freeres (void);
|
||||||
|
|
||||||
/* Define and initialize `__progname' et. al. */
|
/* Define and initialize `__progname' et. al. */
|
||||||
extern void __init_misc (int, char **, char **);
|
extern void __init_misc (int, char **, char **);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user