]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mark test functions as static to avoid warnings.
authorAndreas Jaeger <aj@suse.de>
Mon, 27 Nov 2000 14:36:57 +0000 (14:36 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 27 Nov 2000 14:36:57 +0000 (14:36 +0000)
rt/tst-aio.c
rt/tst-aio64.c

index 8a6f1038718ef4bc76ad954542a9bc41fce3c72f..d425ff14eff76442e3e6b4b25a72744cd516f48d 100644 (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;
index 831d0b35d0ca656ab3b16dbd49111567a9000f9c..0efd0d30a7aa7ed91ad9a39f0ec143ec5dcc65ce 100644 (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;