diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2006-04-22 16:47:59 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-04-22 16:47:59 +0000 |
| commit | babd660805869da923b5981c5e7a85f1e805ced7 (patch) | |
| tree | f66d3b94588260fc55396280e066e862ceb3085e | |
| parent | 1aaee95a1df3d9a1a300672f1ac4c653a31bdd4a (diff) | |
Notes
| -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 52c9e146e0564..8ee9a6227b790 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) |
