]> Savannah Git Hosting - gnulib.git/commitdiff
sethostname: Update doc.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Apr 2017 12:39:09 +0000 (14:39 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 22 Apr 2017 12:39:09 +0000 (14:39 +0200)
* doc/glibc-functions/sethostname.texi: Mention differing prototype on
Mac OS X.

ChangeLog
doc/glibc-functions/sethostname.texi

index 3ffc954a8c2965592772c7d236cae2415f072d54..e3109e10b7c3cd1d922f8b32dee5a97a69e9a85d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-22  Bruno Haible  <bruno@clisp.org>
+
+       sethostname: Update doc.
+       * doc/glibc-functions/sethostname.texi: Mention differing prototype on
+       Mac OS X.
+
 2017-04-22  Bruno Haible  <bruno@clisp.org>
 
        quotearg tests: Avoid warnings.
index b5afec81ac9196859e76785b130a98cd31b845a6..ee05ab03878f36d0fcb8b024ac5c16fa1bb48ca1 100644 (file)
@@ -18,7 +18,9 @@ AIX 7.1, OSF/1 5.1, Solaris 10.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-On Solaris 11 2010-11, the first argument is @code{char *} instead of
-@code{const char *} and the second parameter is @code{int} instead of
-@code{size_t}.
+The first parameter is @code{char *} instead of @code{const char *}
+on some platforms: Solaris 11 2010-11.
+@item
+The second parameter is @code{int} instead of @code{size_t}
+on some platforms: Mac OS X 10.12, Solaris 11 2010-11.
 @end itemize