Files
git/write_or_die.c
Johannes Sixt 942afeb88b Work around a Windows oddity when a pipe with no reader is written to.
The first WriteFile() returns ERROR_BROKEN_PIPE, subsequent WriteFile()s
return ERROR_NO_DATA, which is not translated to EPIPE, but EINVAL.

Hmpf!
2007-08-17 18:40:36 +02:00

2.5 KiB