diff options
Diffstat (limited to 'elf/soinit.c')
-rw-r--r-- | elf/soinit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/soinit.c b/elf/soinit.c index 71398308d2..fe9935732b 100644 --- a/elf/soinit.c +++ b/elf/soinit.c @@ -4,7 +4,6 @@ calling those lists of functions. */ #ifndef NO_CTORS_DTORS_SECTIONS -# include <libc-internal.h> # include <stdlib.h> static void (*const __CTOR_LIST__[1]) (void) |