Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Fri May 9 20:26:04 UTC 2025
Modified Files:
src/usr.bin/make: job.c
Log Message:
make: error out if writing to an internal pipe fails
The write end of the childExitJob pipe is synchronous, therefore, there
is no EAGAIN to be expected. Writing to the pipe is expected to succeed,
so error out noticeably.
To generate a diff of this commit:
cvs rdiff -u -r1.502 -r1.503 src/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index