mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Update.
2003-03-08 Ulrich Drepper <drepper@redhat.com> * rt/tst-aio7.c (do_test): Change BYTES into a #define.
This commit is contained in:
parent
ccf1d5737a
commit
05ae97d81d
@ -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.
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user