bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: Re: utimensat: Work around trailing slash bug in utimensat() on AIX 7.2
Date: Sat, 09 Jan 2021 08:23:26 +0100	[thread overview]
Message-ID: <67093708.izjWOd20gT@omega> (raw)
In-Reply-To: <1971099.ScMMYFlF7E@omega>

> +        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	other threads:[~2021-01-09  7:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06  4:02 utimensat: Work around trailing slash bug in utimensat() on AIX 7.2 Bruno Haible
2021-01-09  7:23 ` Bruno Haible [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67093708.izjWOd20gT@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).