changeset 13502:0f27e46d4392

unlink: Update regarding AIX.
author Bruno Haible <bruno@clisp.org>
date Fri, 30 Jul 2010 21:33:01 +0200
parents b1c38ccd548c
children d352958def8f
files ChangeLog doc/posix-functions/unlink.texi m4/unlink.m4
diffstat 3 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 30 21:30:43 2010 +0200
+++ b/ChangeLog	Fri Jul 30 21:33:01 2010 +0200
@@ -1,3 +1,10 @@
+2010-07-30  Bruno Haible  <bruno@clisp.org>
+
+	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  <bruno@clisp.org>
 
 	symlink: Update regarding AIX.
--- a/doc/posix-functions/unlink.texi	Fri Jul 30 21:30:43 2010 +0200
+++ b/doc/posix-functions/unlink.texi	Fri Jul 30 21:33:01 2010 +0200
@@ -10,7 +10,7 @@
 @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.
--- a/m4/unlink.m4	Fri Jul 30 21:30:43 2010 +0200
+++ b/m4/unlink.m4	Fri Jul 30 21:33:01 2010 +0200
@@ -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_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