1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00

sethostname: Update doc.

* doc/glibc-functions/sethostname.texi: Mention differing prototype on
Mac OS X.
This commit is contained in:
Bruno Haible
2017-04-22 14:39:09 +02:00
parent bc800241b3
commit 9c84fea634
2 changed files with 11 additions and 3 deletions

View File

@@ -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.

View 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