bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: utimensat: Work around trailing slash bug in utimensat() on AIX 7.2


From: Bruno Haible
Subject: Re: utimensat: Work around trailing slash bug in utimensat() on AIX 7.2
Date: Sat, 09 Jan 2021 08:23:26 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; )

> +        AC_DEFINE([HAVE_NEARLY_WORKING_UTIMENSAT], [1],
> +          [Define to 1 of utimensat works, except for the trailing slash 
> handling.])

Oops, there was a typo here.


2021-01-09  Bruno Haible  <bruno@clisp.org>

        utimensat: Fix typo in last commit.
        * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Fix typo in macro explanation.

diff --git a/m4/utimensat.m4 b/m4/utimensat.m4
index cd0128a..b5bff16 100644
--- a/m4/utimensat.m4
+++ b/m4/utimensat.m4
@@ -1,4 +1,4 @@
-# serial 8
+# serial 9
 # See if we need to provide utimensat replacement.
 
 dnl Copyright (C) 2009-2021 Free Software Foundation, Inc.
@@ -94,7 +94,7 @@ AC_DEFUN([gl_FUNC_UTIMENSAT],
         ;;
       *nearly)
         AC_DEFINE([HAVE_NEARLY_WORKING_UTIMENSAT], [1],
-          [Define to 1 of utimensat works, except for the trailing slash 
handling.])
+          [Define to 1 if utimensat works, except for the trailing slash 
handling.])
         REPLACE_UTIMENSAT=1
         ;;
       *)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]