This is the mail archive of the glibc-bugs@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]

[Bug libc/6775] Spurious use of __USE_GNU for in6_pktinfo definition


------- Additional Comments From drepper at redhat dot com  2008-07-30 13:50 -------
This definition is not in POSIX and therefore there must be a feature selector.
 We use __USE_GNU for all the modern extensions which have no history in old BSD
and SysV code.  This has nothing to do with being originated in GNU systems.

Just fix your code to define _GNU_SOURCE.  Every program compiled on Linux
should do that.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=6775

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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