summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/setarch.c')
-rw-r--r--sys-utils/setarch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c
index f2315a660..d13cdd621 100644
--- a/sys-utils/setarch.c
+++ b/sys-utils/setarch.c
@@ -135,7 +135,8 @@ show_version(void)
exit(EXIT_SUCCESS);
}
-int set_arch(const char *pers, unsigned long options)
+static int
+set_arch(const char *pers, unsigned long options)
{
struct utsname un;
int i;