summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-11-14 13:22:58 +0000
committerJim Meyering <jim@meyering.net>1998-11-14 13:22:58 +0000
commit2cde0ccc10fd666c0ab79726afa888e7a36ad4d7 (patch)
tree72c9ee8bf83a98d0ddcd202ba660a1fa9b9f87b7
parent64e32e47a1850af5ad2ea1de26f23122b0471dde (diff)
downloadgnulib-2cde0ccc10fd666c0ab79726afa888e7a36ad4d7.tar.gz
Correct comment. POSIX does not permit it to succeed.
-rw-r--r--m4/lstat.m44
-rw-r--r--m4/stat.m44
2 files changed, 4 insertions, 4 deletions
diff --git a/m4/lstat.m4 b/m4/lstat.m4
index 9ca2402a40..3b7bdfbc61 100644
--- a/m4/lstat.m4
+++ b/m4/lstat.m4
@@ -1,9 +1,9 @@
#serial 2
dnl From Jim Meyering.
-dnl Determine whether lstat has the `bug' that it succeeds when given the
+dnl Determine whether lstat has the bug that it succeeds when given the
dnl zero-length file name argument. The lstat from SunOS4.1.4 and the Hurd
-dnl (as of 1998-11-01) does this. This behavior is allowed by POSIX.
+dnl (as of 1998-11-01) do this.
dnl
dnl If it does, then define HAVE_LSTAT_EMPTY_STRING_BUG and arrange to
dnl compile the wrapper function.
diff --git a/m4/stat.m4 b/m4/stat.m4
index c6070dcdd5..c232df9a32 100644
--- a/m4/stat.m4
+++ b/m4/stat.m4
@@ -1,9 +1,9 @@
#serial 2
dnl From Jim Meyering.
-dnl Determine whether stat has the `bug' that it succeeds when given the
+dnl Determine whether stat has the bug that it succeeds when given the
dnl zero-length file name argument. The stat from SunOS4.1.4 and the Hurd
-dnl (as of 1998-11-01) does this. This behavior is allowed by POSIX.
+dnl (as of 1998-11-01) do this.
dnl
dnl If it does, then define HAVE_STAT_EMPTY_STRING_BUG and arrange to
dnl compile the wrapper function.