Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 8 Mar 2003 18:56:15 +0000 (18:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 8 Mar 2003 18:56:15 +0000 (18:56 +0000)
2003-03-08  Ulrich Drepper  <drepper@redhat.com>

* rt/tst-aio7.c (do_test): Change BYTES into a #define.

ChangeLog
rt/tst-aio7.c

index 34780ae..41bac34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-08  Ulrich Drepper  <drepper@redhat.com>
+
+       * rt/tst-aio7.c (do_test): Change BYTES into a #define.
+
 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
 
        * rt/tst-aio7.c (do_test): Give buff permanent extend, too.
index a035f94..39c366f 100644 (file)
@@ -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";