From fdf2397badd50a21656d88878a8f1e4eae58e9bb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 30 Jul 2010 21:33:01 +0200 Subject: [PATCH] unlink: Update regarding AIX. --- ChangeLog | 7 +++++++ doc/posix-functions/unlink.texi | 2 +- m4/unlink.m4 | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e455808f3..5b2470333 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-07-30 Bruno Haible + unlink: Update regarding AIX. + * doc/posix-functions/unlink.texi: Mention bug on AIX 7.1. + * m4/unlink.m4 (gl_FUNC_UNLINK): Update comment. + Reported by Rainer Tammer. + +2010-07-30 Bruno Haible + symlink: Update regarding AIX. * doc/posix-functions/symlink.texi: Mention bug on AIX 7.1. * m4/symlink.m4 (gl_FUNC_SYMLINK): Update comment. diff --git a/doc/posix-functions/unlink.texi b/doc/posix-functions/unlink.texi index 50d45acc6..1a71f3c25 100644 --- a/doc/posix-functions/unlink.texi +++ b/doc/posix-functions/unlink.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item Some systems mistakenly succeed on @code{unlink("link-to-file/")}: -GNU/Hurd, FreeBSD 7.2, Solaris 9. +GNU/Hurd, FreeBSD 7.2, AIX 7.1, Solaris 9. @item On MacOS X 10.5.6, in a writable HFS mount, @code{unlink("..")} succeeds without doing anything. diff --git a/m4/unlink.m4 b/m4/unlink.m4 index 2eef4f08b..b20af63ed 100644 --- a/m4/unlink.m4 +++ b/m4/unlink.m4 @@ -1,4 +1,4 @@ -# unlink.m4 serial 4 +# unlink.m4 serial 5 dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,7 +9,7 @@ AC_DEFUN([gl_FUNC_UNLINK], AC_REQUIRE([gl_AC_DOS]) AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) - dnl Detect Solaris 9 and FreeBSD 7.2 bug. + dnl Detect FreeBSD 7.2, AIX 7.1, Solaris 9 bug. AC_CACHE_CHECK([whether unlink honors trailing slashes], [gl_cv_func_unlink_honors_slashes], [touch conftest.file -- 2.11.0