Merge fmtcheck() prototype change.

Obtained from:	NetBSD
This commit is contained in:
Xin LI 2009-06-23 23:53:35 +00:00
parent eb4bd20c17
commit efa952cd30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194801

View File

@ -394,7 +394,7 @@ int asprintf(char **, const char *, ...) __printflike(2, 3);
char *ctermid_r(char *);
void fcloseall(void);
char *fgetln(FILE *, size_t *);
__const char *fmtcheck(const char *, const char *) __format_arg(2);
const char *fmtcheck(const char *, const char *) __format_arg(2);
int fpurge(FILE *);
void setbuffer(FILE *, char *, int);
int setlinebuf(FILE *);