mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
#include "local.h" to make __svfscanf()'s prototype visible.
This commit is contained in:
parent
02ba3221ff
commit
43a240930c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108622
@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdarg.h>
|
||||
#include "un-namespace.h"
|
||||
#include "libc_private.h"
|
||||
#include "local.h"
|
||||
|
||||
int
|
||||
fscanf(FILE * __restrict fp, char const * __restrict fmt, ...)
|
||||
|
@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdarg.h>
|
||||
#include "un-namespace.h"
|
||||
#include "libc_private.h"
|
||||
#include "local.h"
|
||||
|
||||
int
|
||||
scanf(char const * __restrict fmt, ...)
|
||||
|
@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdio.h>
|
||||
#include "un-namespace.h"
|
||||
#include "libc_private.h"
|
||||
#include "local.h"
|
||||
|
||||
int
|
||||
vscanf(fmt, ap)
|
||||
|
Loading…
Reference in New Issue
Block a user