summaryrefslogtreecommitdiff
path: root/test/stat/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/stat/stat.c')
-rw-r--r--test/stat/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stat/stat.c b/test/stat/stat.c
index c9e063f27..4980cdd78 100644
--- a/test/stat/stat.c
+++ b/test/stat/stat.c
@@ -5,7 +5,7 @@
#include <unistd.h>
#include <stdlib.h>
-void print_struct_stat(char *msg, struct stat *s)
+static void print_struct_stat(char *msg, struct stat *s)
{
printf("%s\n", msg);
/* The casts are because glibc thinks it's cool */