This is the mail archive of the libc-alpha@sourceware.org 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: Problems with evolving feature test macros?


On Fri, Mar 14, 2014 at 07:43:38AM -0700, Paul Eggert wrote:
> Michael Kerrisk (man-pages) wrote:
>> Paul appeared to be saying that FTMs are a complete waste of time,
>
> They're not a *complete* waste of time, as they're required for standards 
> conformance.  They're like trigraphs: they waste time only in the sense 
> that they don't really help developers and they are a minor annoyance.  The 
> less we have of them the better, so tidying them up can be a win.

With my application developer hat on I see some use in them: if I want to
write a portable application having libc help me using only APIs provided in
a well defined standard is useful.  Things like _BSD_SOURCE, _SVID_SOURCE
or _GNU_SOURCE aren't.


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