From b55f380fa889ed221d30107b9d03d3d9f81420b5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Nov 2011 14:21:07 +0100 Subject: [PATCH] sethostname: Mention more portability problems. * doc/glibc-functions/sethostname.texi: Mention the missing declaration problem. Reported by Ben Walton . --- ChangeLog | 7 +++++++ doc/glibc-functions/sethostname.texi | 3 +++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8725c92e0..a2980dc7c 100644 --- 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 index 64c454877..b82a6eece 100644 --- a/doc/glibc-functions/sethostname.texi +++ b/doc/glibc-functions/sethostname.texi @@ -13,4 +13,7 @@ Portability problems not fixed by Gnulib: @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 -- 2.11.0