stdio_ext.h: Add missing declaration for __fseterr.
Follow-up to #19479.
This commit is contained in:
@@ -18,6 +18,7 @@ extern "C" {
|
||||
|
||||
extern void _flushlbf(void);
|
||||
extern int __fsetlocking(FILE* stream, int type);
|
||||
extern void __fseterr(FILE* stream);
|
||||
|
||||
extern int __freading(FILE* stream);
|
||||
extern int __fwriting(FILE* stream);
|
||||
|
||||
Reference in New Issue
Block a user