mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-14 20:01:03 +03:00
* include/libc-internal.h: Declare __libc_thread_freeres.
This commit is contained in:
@ -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 **);
|
||||
|
||||
|
Reference in New Issue
Block a user