Correct comment. POSIX does not permit it to succeed.
authorJim Meyering <jim@meyering.net>
Sat, 14 Nov 1998 13:22:58 +0000 (13:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Nov 1998 13:22:58 +0000 (13:22 +0000)
m4/lstat.m4
m4/stat.m4

index 9ca2402a40661d3028129ef77d8ed0d1e5a5460c..3b7bdfbc61a017c9e32213cc3d5da9f50744a3a3 100644 (file)
@@ -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.
index c6070dcdd521548ecf333a1e089684e8ccb69906..c232df9a328aa2c268729515fc5f5a2f907063b6 100644 (file)
@@ -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.