From babd660805869da923b5981c5e7a85f1e805ced7 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Sat, 22 Apr 2006 16:47:59 +0000 Subject: [PATCH] Oops, correct the weak reference (s/fclose/fcloseall). Spotted by: Antoine Brodin (antoine _dot_ brodin _at_ laposte _dot_ net) --- lib/libc/stdio/fcloseall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c index 52c9e146e05..8ee9a6227b7 100644 --- a/lib/libc/stdio/fcloseall.c +++ b/lib/libc/stdio/fcloseall.c @@ -29,7 +29,7 @@ __FBSDID("$FreeBSD$"); #include #include "local.h" -__weak_reference(__fcloseall, fclose); +__weak_reference(__fcloseall, fcloseall); void __fcloseall(void)