mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise.
This commit is contained in:
@ -26,14 +26,13 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include "kernel-features.h"
|
||||
#include <libc-internal.h>
|
||||
|
||||
#ifndef SHARED
|
||||
# include "dl-osinfo.h"
|
||||
#endif
|
||||
|
||||
extern void __libc_init_secure (void);
|
||||
extern void __libc_init (int, char **, char **);
|
||||
extern void __libc_global_ctors (void);
|
||||
|
||||
/* The function is called from assembly stubs the compiler can't see. */
|
||||
static void init (int, char **, char **) __attribute__ ((unused));
|
||||
|
Reference in New Issue
Block a user