aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/stdio/fcloseall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c
index 52c9e146e056..8ee9a6227b79 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)