Tim Northover b89bcefa62 Reapply: Add an error message to the default SIGPIPE handler
UNIX03 conformance requires utilities to flush stdout before exiting and raise
an error if writing fails. Flushing already happens on a call to exit
and thus automatically on a return from main. Write failure is then
detected by LLVM's default SIGPIPE handler. The handler already exits with
a non-zero code, but conformance additionally requires an error message.

First reapply attempt I hadn't noticed the test had changed, hopefully this
goes better.
2022-06-09 20:13:45 +01:00
..
2022-06-06 04:27:32 +00:00
2022-02-06 22:18:35 -08:00
2022-02-06 22:18:35 -08:00
2022-03-11 11:41:32 +01:00
2022-03-11 11:41:32 +01:00
2022-05-17 09:11:45 -07:00
2022-05-17 09:38:13 +02:00
2022-03-11 11:41:32 +01:00
2022-03-11 11:41:32 +01:00
2022-03-14 17:29:08 +01:00
2022-06-06 04:27:32 +00:00
2022-03-11 11:41:32 +01:00
2022-02-06 22:18:35 -08:00
2021-11-06 19:31:18 -07:00
2022-03-11 11:41:32 +01:00