summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 10:08:40 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit6160132337a9cba0e50b8ab13a98f46f32e0b129 (patch)
tree3181b84bd9de37e0c375a936b81b7f721c1f9cd4 /user_call
parent93eb35814a2666552649426c66ceeb6b677de2ce (diff)
ax25_call: Make function alarm_handler static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'user_call')
-rw-r--r--user_call/ax25_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_call/ax25_call.c b/user_call/ax25_call.c
index 29b788e..cbfc6cb 100644
--- a/user_call/ax25_call.c
+++ b/user_call/ax25_call.c
@@ -19,7 +19,7 @@
#include "user_io.h"
-void alarm_handler(int sig)
+static void alarm_handler(int sig)
{
}