summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 07:10:00 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit33ec2544e40b9f7bd2ea613cb080ebdf2de4420a (patch)
tree7f4b8ce77f8076e6702168c27a86055ad9d449cb /user_call
parent66a9a2316f16e312ecab856d661d40e2363aaeb4 (diff)
rose_call: Make alarm_handler a static function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'user_call')
-rw-r--r--user_call/rose_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_call/rose_call.c b/user_call/rose_call.c
index 602b1fe..166307f 100644
--- a/user_call/rose_call.c
+++ b/user_call/rose_call.c
@@ -20,7 +20,7 @@
#include "user_io.h"
-void alarm_handler(int sig)
+static void alarm_handler(int sig)
{
}