summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 07:08:37 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit66a9a2316f16e312ecab856d661d40e2363aaeb4 (patch)
tree5b6f59730eda847a729adca9d3a9d5a8be200593 /user_call
parent3c0d6da9087949165f992e93b99c87d4757557cd (diff)
tcp_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/tcp_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_call/tcp_call.c b/user_call/tcp_call.c
index c3b5e3c..581cd40 100644
--- a/user_call/tcp_call.c
+++ b/user_call/tcp_call.c
@@ -15,7 +15,7 @@
#include "user_io.h"
-void alarm_handler(int sig)
+static void alarm_handler(int sig)
{
}