summaryrefslogtreecommitdiffstats
path: root/rose
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 10:10:15 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit8b0a3f86162c5b39ccba5c83a7dde3241f53abaa (patch)
tree57d705b234bfa7a452657ea0868138f7501e0c37 /rose
parent6160132337a9cba0e50b8ab13a98f46f32e0b129 (diff)
rsuplnk: Make function alarm_handler static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'rose')
-rw-r--r--rose/rsuplnk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rose/rsuplnk.c b/rose/rsuplnk.c
index dcc5a7e..44465e4 100644
--- a/rose/rsuplnk.c
+++ b/rose/rsuplnk.c
@@ -18,7 +18,7 @@
#include <netax25/axconfig.h>
#include <netax25/rsconfig.h>
-void alarm_handler(int sig)
+static void alarm_handler(int sig)
{
}