diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 7c2b50c2e5..44072a4453 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -153,7 +153,6 @@ ssize_t __wprintf_pad __P ((FILE *, wchar_t pad, size_t n)); #endif extern void __flockfile (FILE *); -weak_extern (__flockfile); extern void __funlockfile (FILE *); /* Global variables. */ |