diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-02-08 15:52:14 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-03-01 20:01:03 +0100 |
| commit | 7f0ec8eed6b67f0dab1cc7ca86defe9f73fb010c (patch) | |
| tree | 62ac20848e4d3c6a6d90b6345827bec6f2390e73 /man3/inet.3 | |
| parent | 38e3518901069623800ac153a2b40ad5e0eba343 (diff) | |
| download | man-pages-7f0ec8eed6b67f0dab1cc7ca86defe9f73fb010c.tar.gz | |
endian.3, getloadavg.3, getutent.3, inet.3, makedev.3, rexec.3: Update FTM requirements (_DEFAULT_SOURCE)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/inet.3')
| -rw-r--r-- | man3/inet.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/inet.3 b/man3/inet.3 index bd6deb0012..016eb30dc5 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -71,7 +71,12 @@ Feature Test Macro Requirements for glibc (see .sp .BR inet_aton (), .BR inet_ntoa (): -_BSD_SOURCE || _SVID_SOURCE +.nf + Since glibc 2.19: + _DEFAULT_SOURCE + In glibc up to and including 2.19: + _BSD_SOURCE || _BSD_SOURCE +.fi .SH DESCRIPTION .BR inet_aton () converts the Internet host address \fIcp\fP from the |
