changeset 16106:897fa2cf94a8

sethostname: Mention more portability problems. * doc/glibc-functions/sethostname.texi: Mention the missing declaration problem. Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
author Bruno Haible <bruno@clisp.org>
date Sun, 20 Nov 2011 14:21:07 +0100
parents a2d45c112907
children 2f9f45d9b3f8
files ChangeLog doc/glibc-functions/sethostname.texi
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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