diff options
Diffstat (limited to 'rt/tst-aio7.c')
-rw-r--r-- | rt/tst-aio7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c index 2925b62..a035f94 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; |