|
Message-ID: <154768728054.8191.12261377846874978788@localhost.localdomain> Date: Wed, 16 Jan 2019 20:08:00 -0500 From: Steven Hum <sdothum@...il.com> To: musl@...ts.openwall.com Subject: mkfifo buffer exhibiting unexpected behaviour Running this simple test using clock from sutils to produce a repeating one second interval input stream.. mkfifo fifo clock -i 1 -sf "T> stream one" >fifo & clock -i 1 -sf "D> stream two" >fifo & cat fifo on void musl only the second fifo input stream is displayed. on void glibc, both input streams are displayed interleaved as expected. Are fifo buffers handled differently under musl? Regards, Steven
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.