This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build problem in glibc cvs


> Ulrich,
>    Roland already added '#include <stdlib.h> to stdio-common/reg-printf.c
> this weekend to fix this. So now we need to either remove the include
> of stdlib.h or stddef.h. I would assume we should remove the stdlib.h
> include since stddef.h drags in less.

stdlib.h was appropriate because of the use of malloc, which is why I did
it.  Having stddef.h as well is harmless though superfluous.  It's probably
my fault for not posting that I had fixed it, figuring Uli would just notice.


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