about summary refs log tree commit diff
path: root/rt/tst-aio5.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio5.c')
-rw-r--r--rt/tst-aio5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/tst-aio5.c b/rt/tst-aio5.c
index 908f7c10da..307550e4f3 100644
--- a/rt/tst-aio5.c
+++ b/rt/tst-aio5.c
@@ -31,13 +31,13 @@
 volatile sig_atomic_t flag;
 
 
-void
+static void
 callback (sigval_t s)
 {
   flag = s.sival_int;
 }
 
-int
+static int
 wait_flag (void)
 {
   while (flag == 0)
@@ -56,7 +56,7 @@ wait_flag (void)
 }
 
 
-int
+static int
 do_test (int argc, char *argv[])
 {
   char name[] = "/tmp/aio5.XXXXXX";