Oops, correct the weak reference (s/fclose/fcloseall).
Spotted by: Antoine Brodin (antoine _dot_ brodin _at_ laposte _dot_ net)
This commit is contained in:
parent
1aaee95a1d
commit
babd660805
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157963
@ -29,7 +29,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdio.h>
|
||||
#include "local.h"
|
||||
|
||||
__weak_reference(__fcloseall, fclose);
|
||||
__weak_reference(__fcloseall, fcloseall);
|
||||
|
||||
void
|
||||
__fcloseall(void)
|
||||
|
Loading…
Reference in New Issue
Block a user