summaryrefslogtreecommitdiffstats
path: root/RISCOS/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'RISCOS/sleep.c')
-rw-r--r--RISCOS/sleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/RISCOS/sleep.c b/RISCOS/sleep.c
index 60c3768..c85eb86 100644
--- a/RISCOS/sleep.c
+++ b/RISCOS/sleep.c
@@ -7,11 +7,11 @@
#include "Python.h"
-int sleep(double delay)
+int riscos_sleep(double delay)
{
os_t starttime, endtime, time; /* monotonic times (centiseconds) */
int *pollword, ret;
- bool claimed;
+ osbool claimed;
/* calculate end time */
starttime = os_read_monotonic_time();