nixpkgs/pkgs/os-specific/linux/minimal-bootstrap/bash/mksignames-flush.patch
2023-09-26 22:20:35 -07:00

10 lines
222 B
Diff

--- 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