Pretty printing.

This commit is contained in:
Ulrich Drepper 2010-12-24 20:15:45 -05:00
parent 4a531bb0b3
commit 8bdf4e6eb8

View File

@ -4,8 +4,8 @@
calling those lists of functions. */
#ifndef NO_CTORS_DTORS_SECTIONS
#include <libc-internal.h>
#include <stdlib.h>
# include <libc-internal.h>
# include <stdlib.h>
static void (*const __CTOR_LIST__[1]) (void)
__attribute__ ((section (".ctors")))