diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-24 21:05:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-24 21:05:11 +0000 |
commit | 0d67b070d4e3c781f4f4500eba3eb709c76f1e8e (patch) | |
tree | 1629934386d8cadf14a7928033cc913fb688da46 /m4/ChangeLog | |
parent | 402a8fdd9b4f29971a25984c642fa1182cbd599e (diff) | |
download | coreutils-0d67b070d4e3c781f4f4500eba3eb709c76f1e8e.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 54f3cf74b..65f92eb38 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -3,7 +3,9 @@ * strerror_r.m4: Revive this file -- to try out an experimental version of AC_FUNC_STRERROR_R that may work even on BeOS, a system for which strerror does return char*, but which lacks a conveniently - accessible declaration of the function. + accessible declaration of the function. If the compile-test says + strerror_r doesn't work, then resort to a `run'-test that works on + BeOS and segfaults on DEC Unix. 2000-06-19 Paul Eggert <eggert@twinsun.com> |