This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: missing stdio.h prototypes


Shaun Jackman wrote:
On 5/23/06, Jeff Johnston <jjohnstn@redhat.com> wrote:
...

Regarding dprintf, I think a reasonable solution would be to protect the
dprintf prototype with

#ifndef dprintf

The glibc man pages admit that dprintf may be commonly used externally
in macro form.  This solves that particular conflict.  There are no
internal references in newlib and there are sufficient alternatives.


Sounds like a good solution to me.

Cheers,
Shaun

Good. Done.


-- Jeff J.


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