summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index 0702f27..90a10eb 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -336,8 +336,12 @@ floattime()
set an exception; else return 0. */
static int
+#ifdef MPW
+floatsleep(double secs)
+#else
floatsleep(secs)
double secs;
+#endif /* MPW */
{
#ifdef HAVE_SELECT
struct timeval t;