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)