You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
12 lines
306 B
|
24 years ago
|
--- 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
|
||
|
|
+#ifdef FE_UPWARD && HAVE_FESETROUND
|
||
|
|
/* Always round up, since we must sleep for at least the specified
|
||
|
|
interval. */
|
||
|
|
fesetround (FE_UPWARD);
|