summaryrefslogtreecommitdiff
path: root/test/time/clocktest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/time/clocktest.c')
-rw-r--r--test/time/clocktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time/clocktest.c b/test/time/clocktest.c
index f2b3ea73a..a5b2c09e7 100644
--- a/test/time/clocktest.c
+++ b/test/time/clocktest.c
@@ -7,7 +7,7 @@
volatile int gotit = 0;
static void
-alarm_handler (int signal)
+alarm_handler (int signum)
{
gotit = 1;
}