diff options
Diffstat (limited to 'time/clocktest.c')
-rw-r--r-- | time/clocktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/clocktest.c b/time/clocktest.c index cd5fd51aa6..f2b3ea73a1 100644 --- a/time/clocktest.c +++ b/time/clocktest.c @@ -6,7 +6,7 @@ volatile int gotit = 0; -void +static void alarm_handler (int signal) { gotit = 1; |