aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2006-04-22 16:47:59 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2006-04-22 16:47:59 +0000
commitbabd660805869da923b5981c5e7a85f1e805ced7 (patch)
treef66d3b94588260fc55396280e066e862ceb3085e /lib
parent1aaee95a1df3d9a1a300672f1ac4c653a31bdd4a (diff)
downloadsrc-babd660805869da923b5981c5e7a85f1e805ced7.tar.gz
src-babd660805869da923b5981c5e7a85f1e805ced7.zip
Oops, correct the weak reference (s/fclose/fcloseall).
Spotted by: Antoine Brodin (antoine _dot_ brodin _at_ laposte _dot_ net)
Notes
Notes: svn path=/head/; revision=157963
Diffstat (limited to 'lib')
-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)