This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for csu/initfini.c


Hi,

Could someone please tell me why we include <stdlib.h> in
csu/initfini.c?

-- 
H.J. Lu (hjl@gnu.org)
--
Wed Aug 25 17:00:15 1999  H.J. Lu  <hjl@gnu.org>

	* csu/initfini.c: Don't include <stdlib.h>.

Index: csu/initfini.c
===================================================================
RCS file: /work/cvs/gnu/glibc/csu/initfini.c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 initfini.c
--- csu/initfini.c	1999/08/08 17:01:09	1.1.1.1
+++ csu/initfini.c	1999/08/25 23:58:37
@@ -36,8 +36,6 @@
    * crtn.s puts the corresponding function epilogues
    in the .init and .fini sections. */
 
-#include <stdlib.h>
-
 /* We use embedded asm for .section unconditionally, as this makes it
    easier to insert the necessary directives into crtn.S. */
 #define SECTION(x) asm (".section " x );

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]