From 4d0c5cc2198e6e0680d403cd4048cdc0d78cff26 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Nov 2011 15:12:32 +0100 Subject: [PATCH] sethostname: Fix doc about AIX. * doc/glibc-functions/sethostname.texi: Drop mention that AIX 5.1 lacks sethostname; it has it. --- ChangeLog | 4 ++++ doc/glibc-functions/sethostname.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2980dc7c5..b8cbfd490c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-11-20 Bruno Haible + sethostname: Fix doc about AIX. + * doc/glibc-functions/sethostname.texi: Drop mention that AIX 5.1 lacks + sethostname; it has it. + sethostname: Mention more portability problems. * doc/glibc-functions/sethostname.texi: Mention the missing declaration problem. diff --git a/doc/glibc-functions/sethostname.texi b/doc/glibc-functions/sethostname.texi index b82a6eece0..75cc8ca668 100644 --- a/doc/glibc-functions/sethostname.texi +++ b/doc/glibc-functions/sethostname.texi @@ -12,7 +12,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS. +Minix 3.1.8, 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. -- 2.39.5