summaryrefslogtreecommitdiff
path: root/time/clocktest.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 20:26:07 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 20:26:07 +0000
commitde149cdbaf9327b5dbb85b1a473fce5c6ec7951f (patch)
treecc14a903a8e159a33e86e8f15b309abd7fc3e65b /time/clocktest.c
parent784d802ea2b7f156f59e86b77d4f17ea9effaaba (diff)
Make local functions static.
Diffstat (limited to 'time/clocktest.c')
-rw-r--r--time/clocktest.c2
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;