diff options
Diffstat (limited to 'rt/tst-aio7.c')
-rw-r--r-- | rt/tst-aio7.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c index a035f943ba..39c366f8eb 100644 --- a/rt/tst-aio7.c +++ b/rt/tst-aio7.c @@ -117,7 +117,8 @@ do_test (void) /* Test for aio_suspend() suspending even if completed elements in list. */ { - const int BYTES = 8, ELEMS = 2; +#define BYTES 8 + const int ELEMS = 2; int i, r, fd; static char buff[BYTES]; char name[] = "/tmp/aio7.XXXXXX"; |