From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Philippe De Muyter" To: ghazi@caip.rutgers.edu (Kaveh R. Ghazi) Cc: bothner@cygnus.com, law@cygnus.com, egcs@cygnus.com Subject: Re: egcs, does gcc fixincludes etc guarantee a stdlib.h exists? Date: Tue, 14 Apr 1998 02:02:00 -0000 Message-id: <199804140901.LAA00888@mail.macqel.be> References: <199804131651.MAA24088@caip.rutgers.edu> X-SW-Source: 1998-04/msg00526.html > Mon Apr 13 12:18:31 1998 Kaveh R. Ghazi > > * frame.c: Include stdlib.h and unistd.h to possibly get various > function prototypes. The fixproto script guarantees these header > files exist on the target system. As I wrote before, stdlib.h and unistd.h are guaranteed to exist, but there is no guarantee that you get a prototype for malloc from stdlib.h, except if you define __USE_FIXED_PROTOTYPES__ before including stdlib.h. Philippe De Muyter