Sender: rich AT delorie DOT com Message-ID: <391C7035.469D77F2@bigfoot.com> Date: Fri, 12 May 2000 21:57:25 +0100 From: Richard Dawe X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.14 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: bzero conflict References: <391C2892 DOT 27726 DOT 9D0A1C AT localhost> <200005122017 DOT QAA19314 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com DJ Delorie wrote: > > > This causes a conflict with the gcc snapshot, which complains about > > the mismatch. Should we change accordingly? > > Linux says "void" also, so please change it. The DJGPP 2.03 info docs also say it returns void, so perhaps this is a typo in the include file. iolanthe:~ =] info -f /mnt/dosc/djgpp/info/libc.info alpha bzero -o - info: Writing node "(libc.info)bzero"... File: libc.info, Node: bzero, Next: calloc, Prev: bsearch, Up: Alphabetical List bzero ===== Syntax ------ #include void bzero(void *pointer, int length); [snip]