mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* include/libc-internal.h: Declare __libc_thread_freeres.
This commit is contained in:
parent
7a0c303ef9
commit
d2d442a51b
@ -1,5 +1,7 @@
|
||||
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 (install-lib-nosubdir): Depend on installed
|
||||
|
@ -28,6 +28,9 @@ extern hp_timing_t __get_clockfreq (void);
|
||||
extern void __libc_freeres (void);
|
||||
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. */
|
||||
extern void __init_misc (int, char **, char **);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user