X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fstdio%2Fbench.c;h=ade4095615277b0c7af101b5835f65643284bdbd;hp=625a21729478f7ee6d7b3e0f80ecb37e6890d7c0;hb=7d87d3f6a765bea943beb384f9bbf359e3768c0a;hpb=d14d36762cc2131357345f960f7bdf86af140af8 diff --git a/src/stdio/bench.c b/src/stdio/bench.c index 625a217..ade4095 100644 --- a/src/stdio/bench.c +++ b/src/stdio/bench.c @@ -4,7 +4,7 @@ #include #include "test.h" -void bench_stdio_putcgetc() { +void bench_stdio_putcgetc(int N) { FILE *f = tmpfile(); size_t i; size_t cs = 0; @@ -19,7 +19,7 @@ void bench_stdio_putcgetc() { abort(); } -void bench_stdio_putcgetc_unlocked() { +void bench_stdio_putcgetc_unlocked(int N) { FILE *f = tmpfile(); size_t i; size_t cs = 0;