From 1a511d31055bb3fe7638b043d5c5c57d929c51cd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 15 Dec 2000 16:03:57 +0000 Subject: Update. 2000-12-15 Andreas Jaeger * stdio-common/scanf9.c (main): Reformat and change to avoid warnings. * stdio-common/tstdiomisc.c: Make local functions static. * stdio-common/tst-printf.c: Likewise. * elf/constload2.c: Add prototype declarations to shut up gcc. * elf/dep1.c: Likewise. * elf/dep2.c: Likewise. * elf/dep3.c: Likewise. * elf/dep4.c: Likewise. * elf/ltglobmod2.c: Likewise. * libio/fmemopen.c: Make local functions static. * elf/Makefile (distribute): Added testobj.h. * elf/testobj.h: New file. * elf/testobj1.c: Include testobj.h and move prototype declarations to testobj.h. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * elf/testobj6.c: Likewise. * elf/testobj1_1.c: Likewise. * elf/preloadtest.c: Likewise. --- stdio-common/tstdiomisc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdio-common/tstdiomisc.c') diff --git a/stdio-common/tstdiomisc.c b/stdio-common/tstdiomisc.c index 55d77b0f29..452a21f9cb 100644 --- a/stdio-common/tstdiomisc.c +++ b/stdio-common/tstdiomisc.c @@ -4,7 +4,7 @@ #include #include -int +static int t1 (void) { int n = -1; @@ -14,7 +14,7 @@ t1 (void) return n != 5; } -int +static int t2 (void) { int result = 0; @@ -46,7 +46,7 @@ t2 (void) return result; } -int +static int F (void) { char buf[20]; -- cgit 1.4.1