diff options
author | Jim Meyering <jim@meyering.net> | 1998-11-14 13:22:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-11-14 13:22:58 +0000 |
commit | 24c0a0a99defbd4f2f7b03abf7b72f8fdf95ad35 (patch) | |
tree | e1fa6d98020b605c8e5eaa3267be862eaed4b087 /m4 | |
parent | df521a1b294eeb372fe97482f7da2cf126936313 (diff) | |
download | coreutils-24c0a0a99defbd4f2f7b03abf7b72f8fdf95ad35.tar.xz |
Correct comment. POSIX does not permit it to succeed.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/lstat.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/lstat.m4 b/m4/lstat.m4 index 9ca2402a4..3b7bdfbc6 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. |