diff options
Diffstat (limited to 'lib/libc/stdio/fcloseall.c')
-rw-r--r-- | lib/libc/stdio/fcloseall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c index 52c9e14..8ee9a62 100644 --- a/lib/libc/stdio/fcloseall.c +++ b/lib/libc/stdio/fcloseall.c @@ -29,7 +29,7 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include "local.h" -__weak_reference(__fcloseall, fclose); +__weak_reference(__fcloseall, fcloseall); void __fcloseall(void) |