Re: Possible mkfifo configuration bug

2018-12-27 Thread Paul Eggert
Thanks for reporting that. I installed the attached two patches into Gnulib. The first should fix the bug; the second fixes a couple of typos I noticed while fixing the bug. >From 48469200f2a9da5f36a4ef35dbbf129839780bb0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 27 Dec 2018 22:22:41

Possible mkfifo configuration bug

2018-12-27 Thread Andrew Janke
Hi, Gnulib maintainers, I'm working with GNU Octave and we're having an issue with mkfifo in Gnulib. https://savannah.gnu.org/bugs/index.php?55273 When we configure and build Gnulib on macOS, it builds the mkfifo() replacement function that just returns an ENOSYS error, even though mkfifo