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 03/11/2014 07:44 AM, Michael Kerrisk (man-pages) wrote:
I'm guessing programmers will reach for
the only hammer that does not cause a compiler warning on any glibc
version:

#define _GNU_SOURCE

That's what most application developers should do, who run into this problem. There's even an Autoconf macro for it: AC_USE_SYSTEM_EXTENSIONS.

That seems to be a very unfortunate situation.

It's typically only a minor annoyance.


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