aboutsummaryrefslogtreecommitdiffstats
path: root/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'idle.c')
-rw-r--r--idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idle.c b/idle.c
index bcc56122..67b52b56 100644
--- a/idle.c
+++ b/idle.c
@@ -66,7 +66,7 @@ void itimerthread(void* dummy)
RETSIGTYPE donothing(int sig) {signal(sig, donothing); lastsig = sig;}
-int idle(int seconds)
+int interruptible_idle(int seconds)
/* time for a pause in the action; return TRUE if awakened by signal */
{
int awoken = FALSE;