about summary refs log tree commit diff
path: root/rt/tst-aio2.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio2.c')
-rw-r--r--rt/tst-aio2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/tst-aio2.c b/rt/tst-aio2.c
index 79c8390116..c628691693 100644
--- a/rt/tst-aio2.c
+++ b/rt/tst-aio2.c
@@ -27,14 +27,14 @@
 int flag;
 
 
-void
+static void
 thrfct (sigval_t arg)
 {
   flag = 1;
 }
 
 
-int
+static int
 do_test (int argc, char *argv[])
 {
   char name[] = "/tmp/aio2.XXXXXX";