]> git.ipfire.org Git - thirdparty/make.git/commit
* src/makeint.h (JOBSERVER_USE_FIFO): Do not define on OS/2.
authorKO Myung-Hun <komh78@gmail.com>
Sun, 24 Mar 2024 21:10:08 +0000 (17:10 -0400)
committerPaul Smith <psmith@gnu.org>
Thu, 28 Mar 2024 23:08:13 +0000 (19:08 -0400)
commitf289ece6cf6188cc2be4273acf2ecf0394743fc5
treef5ccf17adeee13d50a118591eae00ba74955ebb8
parentd791fb4139894f79c6f997f035a03a051f75e720
* src/makeint.h (JOBSERVER_USE_FIFO): Do not define on OS/2.

mkfifo() on OS/2 is a dummy, it even returns a wrong value on error.
src/makeint.h