summaryrefslogtreecommitdiff
blob: 65b5b52c3dc7cb0040ba150192e6e86c15e28ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libguile/scmsigs.c.sav	Tue Feb 11 22:07:54 2003
+++ libguile/scmsigs.c	Tue Feb 11 22:08:18 2003
@@ -66,7 +66,7 @@
 /* The thread system has its own sleep and usleep functions.  */
 #ifndef USE_THREADS
 
-#if defined(MISSING_SLEEP_DECL)
+#if defined(MISSING_SLEEP_DECL) && ! defined(macosx)
 int sleep ();
 #endif