From cd6c612a27178017a76dfee9432c1f5ee6c6c744 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 14 Oct 1998 08:22:07 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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.