X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 07 Feb 2002 07:54:46 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Tim Van Holder" Message-Id: <6048-Thu07Feb2002075445+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com, ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De In-reply-to: <000201c1af4d$2d84e030$747d76d5@zastaixp> (tim DOT van DOT holder AT pandora DOT be) Subject: Re: conflicting types for bzero (gcc303) References: <000201c1af4d$2d84e030$747d76d5 AT zastaixp> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Tim Van Holder" > Date: Wed, 6 Feb 2002 21:30:54 +0100 > > Our prototypes are normally not even seen; gcc uses its own stdlib.h The prototypes for bzero and bcopy are on string.h, not stdlib.h. So using GCC's own headers will not solve that, at least not for programs which include string.h.