diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-21 17:21:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-21 17:21:42 +0000 |
commit | 68860fb4a5e8ed053beabaa73691a5f49ddf4086 (patch) | |
tree | e7435f3e3cca5f6f946b5e949249c6b1cca06697 /libc/sysdeps/linux | |
parent | c2649238eebdb8021333e2a266cde4f7a0f1aecf (diff) |
Remove include file, in case it is broken. We don't need it here.
-Erik
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 |