musl/include
Rich Felker 89511cd943 reduce namespace pollution in netinet/udp.h
the affected part of the header is responsible for providing both GNU
and BSD versions of the udphdr structure. previously, the
namespace-polluting GNU names were always used for the actual struct
members, and the BSD names, which are named in a manner resembling a
sane namespace, were always macros defined to expand to the GNU names.
now, unless _GNU_SOURCE is defined, the BSD names are used as the
actual structure members, and the macros and GNU names only come into
play when the application requests them.
2014-02-05 17:25:39 -05:00
..
2013-07-03 18:07:50 +02:00
2013-04-10 22:38:46 -04:00
2013-11-29 12:45:09 -05:00
2013-08-10 21:15:11 -04:00
2013-07-22 13:05:41 -04:00
2014-01-08 19:36:29 -05:00
2014-01-08 19:36:29 -05:00