sethostname: Mention more portability problems.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2011 13:21:07 +0000 (14:21 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2011 13:21:07 +0000 (14:21 +0100)
* doc/glibc-functions/sethostname.texi: Mention the missing declaration
problem.
Reported by Ben Walton <bwalton@artsci.utoronto.ca>.

ChangeLog
doc/glibc-functions/sethostname.texi

index 8725c92..a2980dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-20  Bruno Haible  <bruno@clisp.org>
+
+       sethostname: Mention more portability problems.
+       * doc/glibc-functions/sethostname.texi: Mention the missing declaration
+       problem.
+       Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
+
 2011-11-19  Bruno Haible  <bruno@clisp.org>
 
        Depend on module fcntl-h when AT_FDCWD is used.
index 64c4548..b82a6ee 100644 (file)
@@ -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