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.
11 lines
321 B
11 lines
321 B
--- 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);
|
|
|