]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 34780aebc009626e35a4a7f06b114421b3739e30..41bac3436ca029fb4b391765543045caf3f0873d 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 a035f943bae0f773b86a54cc12606ebc9fe65bf7..39c366f8eb4d1b9dd534762592ac15c361b1c495 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";