aboutsummaryrefslogtreecommitdiff
path: root/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'kill.c')
-rw-r--r--kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kill.c b/kill.c
index e62503b3c..fb3d72213 100644
--- a/kill.c
+++ b/kill.c
@@ -39,7 +39,7 @@ struct signal_name {
int number;
};
-const struct signal_name signames[] = {
+static const struct signal_name signames[] = {
/* POSIX signals */
{ "HUP", SIGHUP }, /* 1 */
{ "INT", SIGINT }, /* 2 */