Mark test functions as static to avoid warnings.

This commit is contained in:
Andreas Jaeger 2000-11-27 14:36:57 +00:00
parent d2defdc4a2
commit f71bc3ba28
2 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,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;
@ -100,7 +100,7 @@ test_file (const void *buf, size_t size, int fd, const char *msg)
}
int
static int
do_wait (struct aiocb **cbp, size_t nent, int allowed_err)
{
int go_on;

View File

@ -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;