mirror of
https://github.com/fluencelabs/musl
synced 2025-07-07 02:22:06 +00:00
fix missing function declarations for __stdio_exit
This commit is contained in:
@ -16,6 +16,8 @@ int __toread(FILE *f)
|
||||
static const int dummy = 0;
|
||||
weak_alias(dummy, __towrite_used);
|
||||
|
||||
void __stdio_exit(void);
|
||||
|
||||
void __seek_on_exit()
|
||||
{
|
||||
if (!__towrite_used) __stdio_exit();
|
||||
|
Reference in New Issue
Block a user