From 35457070d26e3ac6f0132e993bfea1bff3fef977 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 7 Mar 2003 22:23:23 +0000 Subject: Update. * rt/tst-aio7.c (do_test): Give buff permanent extend, too. --- rt/tst-aio7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt') 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; -- cgit 1.4.1