# HG changeset patch # User Bruno Haible # Date 1321795267 -3600 # Node ID 897fa2cf94a8db1185b6b9e0e7e1da26f354add2 # Parent a2d45c1129076f072eb52dc756993bcbfaf87197 sethostname: Mention more portability problems. * doc/glibc-functions/sethostname.texi: Mention the missing declaration problem. Reported by Ben Walton . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-11-20 Bruno Haible + + sethostname: Mention more portability problems. + * doc/glibc-functions/sethostname.texi: Mention the missing declaration + problem. + Reported by Ben Walton . + 2011-11-19 Bruno Haible Depend on module fcntl-h when AT_FDCWD is used. diff --git a/doc/glibc-functions/sethostname.texi b/doc/glibc-functions/sethostname.texi --- a/doc/glibc-functions/sethostname.texi +++ b/doc/glibc-functions/sethostname.texi @@ -13,4 +13,7 @@ @item This function is missing on some platforms: Minix 3.1.8, AIX 5.1, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS. +@item +This function is not declared on some platforms: +AIX 7.1, OSF/1 5.1, Solaris 10. @end itemize