diff --git a/ChangeLog b/ChangeLog index 8050976b3..7e5175ca6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ 1998-10-14 Jim Blandy + * configure.in: Allow tabs and whitespace between `void' and + `usleep'. (Thanks to Harvey J. Stein.) + * configure: Regenerated. + Don't redefine sleep/usleep. * configure.in: Remove tests for usleep's argument type; we only need that if we're going to replace it. + * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP garbage is needed just to use usleep and sleep without compiler warnings.