aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/atimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atimer.c b/src/atimer.c
index a05498ba845..54a038fd549 100644
--- a/src/atimer.c
+++ b/src/atimer.c
@@ -73,6 +73,7 @@ static void set_alarm P_ ((void));
73static void schedule_atimer P_ ((struct atimer *)); 73static void schedule_atimer P_ ((struct atimer *));
74static struct atimer *append_atimer_lists P_ ((struct atimer *, 74static struct atimer *append_atimer_lists P_ ((struct atimer *,
75 struct atimer *)); 75 struct atimer *));
76SIGTYPE alarm_signal_handler ();
76 77
77 78
78/* Start a new atimer of type TYPE. TIME specifies when the timer is 79/* Start a new atimer of type TYPE. TIME specifies when the timer is