mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Pretty printing.
This commit is contained in:
@ -4,8 +4,8 @@
|
|||||||
calling those lists of functions. */
|
calling those lists of functions. */
|
||||||
|
|
||||||
#ifndef NO_CTORS_DTORS_SECTIONS
|
#ifndef NO_CTORS_DTORS_SECTIONS
|
||||||
#include <libc-internal.h>
|
# include <libc-internal.h>
|
||||||
#include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
|
||||||
static void (*const __CTOR_LIST__[1]) (void)
|
static void (*const __CTOR_LIST__[1]) (void)
|
||||||
__attribute__ ((section (".ctors")))
|
__attribute__ ((section (".ctors")))
|
||||||
|
Reference in New Issue
Block a user