about summary refs log tree commit diff
path: root/rt/tst-aio7.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio7.c')
-rw-r--r--rt/tst-aio7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c
index 2925b6233c..a035f943ba 100644
--- a/rt/tst-aio7.c
+++ b/rt/tst-aio7.c
@@ -119,7 +119,7 @@ do_test (void)
   {
     const int BYTES = 8, ELEMS = 2;
     int i, r, fd;
-    char buff[BYTES];
+    static char buff[BYTES];
     char name[] = "/tmp/aio7.XXXXXX";
     struct timespec timeout;
     static struct aiocb cb0, cb1;