0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-09 16:01:55 +00:00
Files
termux-packages/packages/m4/src-m4.c.patch

13 lines
212 B
Diff

--- a/src/m4.c
+++ b/src/m4.c
@@ -303,7 +303,8 @@
"), stdout);
emit_bug_reporting_address ();
}
- exit (status);
+ fflush (NULL);
+ _exit (status);
}
/*--------------------------------------.