gethostbyname.3: Update feature test macro requirements for herror() and hstrerror()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-09-04 08:46:28 +02:00
parent 7290621523
commit 85832c0a4d
1 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,10 @@ _BSD_SOURCE || _SVID_SOURCE
.BR hstrerror ():
.RS 4
.TP 4
Since glibc 2.8:
Since glibc 2.12:
_BSD_SOURCE || _SVID_SOURCE
.TP 4
From glibc 2.8 to glibc 2.11:
_BSD_SOURCE || _SVID_SOURCE || _GNU_SOURCE
.TP
Before glibc 2.8: