stdio_ext.h: Add missing declaration for __fseterr.

Follow-up to #19479.
This commit is contained in:
Augustin Cavalier
2025-04-07 14:48:23 -04:00
parent 45196921e5
commit 9dcf5c5c88
+1
View File
@@ -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);