head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_1_1_RELEASE:1.2 OPENPKG_1_1_SOLID:1.2.0.2 OPENPKG_1_1_SOLID_BP:1.2; locks; strict; comment @# @; 1.3 date 2002.10.12.10.08.24; author rse; state dead; branches; next 1.2; 1.2 date 2002.08.21.10.39.09; author thl; state Exp; branches; next 1.1; 1.1 date 2002.08.20.14.16.44; author thl; state Exp; branches; next ; desc @@ 1.3 log @remove 'shellutils', 'textutils' and 'fileutils' packages because they are now obsoleted by the new 'coreutils' package @ text @--- src/sleep.c.orig Tue Aug 20 15:55:32 2002 +++ src/sleep.c Tue Aug 20 15:56:31 2002 @@@@ -222,7 +222,7 @@@@ usage (1); } -#ifdef FE_UPWARD +#if defined(FE_UPWARD) && defined(HAVE_FESETROUND) /* Always round up, since we must sleep for at least the specified interval. */ fesetround (FE_UPWARD); @ 1.2 log @use correct syntax for #if @ text @@ 1.1 log @use HAVE_FESETROUND @ text @d8 1 a8 1 +#ifdef FE_UPWARD && HAVE_FESETROUND @