Oops, correct the weak reference (s/fclose/fcloseall).

Spotted by:	Antoine Brodin (antoine _dot_ brodin _at_ laposte _dot_ net)
This commit is contained in:
Daniel Eischen 2006-04-22 16:47:59 +00:00
parent 1aaee95a1d
commit babd660805
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157963

View File

@ -29,7 +29,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include "local.h"
__weak_reference(__fcloseall, fclose);
__weak_reference(__fcloseall, fcloseall);
void
__fcloseall(void)