Commit Graph
2 Commits
Author SHA1 Message Date
Kylie McClainandRich Felker 378f8cb522 legacy/utmpx: Add utmp{,x}name stubs 2016-01-28 00:19:14 -05:00
Kylie McClainandRich Felker 53f41fb568 netinet/tcp: Add TCPOPT, TCPOLEN constants
Programs such as iptables depend on these constants, which can also
be found defined in other libcs.

Since only TCP_* is reserved as part of tcp.h's namespace, we hide
them behind _BSD_SOURCE (and therefore _DEFAULT_SOURCE) to expose
them by default, but keep it standard conforming.
2016-01-17 17:37:36 -05:00