|
@@ -16,6 +16,8 @@ int __toread(FILE *f)
|
|
static const int dummy = 0;
|
|
static const int dummy = 0;
|
|
weak_alias(dummy, __towrite_used);
|
|
weak_alias(dummy, __towrite_used);
|
|
|
|
|
|
|
|
+void __stdio_exit(void);
|
|
|
|
+
|
|
void __seek_on_exit()
|
|
void __seek_on_exit()
|
|
{
|
|
{
|
|
if (!__towrite_used) __stdio_exit();
|
|
if (!__towrite_used) __stdio_exit();
|