depot/third_party/nixpkgs/pkgs/os-specific/linux/minimal-bootstrap/bash/mksignames-flush.patch

11 lines
222 B
Diff
Raw Normal View History

--- a/support/mksignames.c
+++ b/support/mksignames.c
@@ -68,6 +68,7 @@ write_signames (stream)
fprintf (stream, "};\n\n");
fprintf (stream, "#define initialize_signames()\n\n");
#endif
+ fflush(stream);
}
int