bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: combining large xmalloc and setvbuf


From: Paul Eggert
Subject: Re: combining large xmalloc and setvbuf
Date: Sat, 17 Nov 2012 08:07:02 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

I'd try compiling with gcc -Wall.  Most likely
you have a prototype missing.  malloc is builtin
to the compiler but xmalloc is not.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]