diff options
Diffstat (limited to 'rt/tst-aio64.c')
-rw-r--r-- | rt/tst-aio64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/tst-aio64.c b/rt/tst-aio64.c index 831d0b35d0..0efd0d30a7 100644 --- a/rt/tst-aio64.c +++ b/rt/tst-aio64.c @@ -63,7 +63,7 @@ do_prepare (int argc, char *argv[]) } -int +static int test_file (const void *buf, size_t size, int fd, const char *msg) { struct stat st; @@ -101,7 +101,7 @@ test_file (const void *buf, size_t size, int fd, const char *msg) } -int +static int do_wait (struct aiocb64 **cbp, size_t nent, int allowed_err) { int go_on; |