diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/initfini.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/initfini.c b/libc/sysdeps/linux/common/initfini.c index 147de8748..9a23c55d0 100644 --- a/libc/sysdeps/linux/common/initfini.c +++ b/libc/sysdeps/linux/common/initfini.c @@ -36,8 +36,6 @@ * crtn.s puts the corresponding function epilogues in the .init and .fini sections. */ -#include <stdlib.h> - #undef GMON_SUPPORT /* We use embedded asm for .section unconditionally, as this makes it |