mailing list of musl libc
 help / color / mirror / code / Atom feed
* mkfifo buffer exhibiting unexpected behaviour
@ 2019-01-17  1:08 Steven Hum
  2019-01-17  1:51 ` Rich Felker
  2019-01-17 11:45 ` Szabolcs Nagy
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Hum @ 2019-01-17  1:08 UTC (permalink / raw)
  To: musl

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-17 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17  1:08 mkfifo buffer exhibiting unexpected behaviour Steven Hum
2019-01-17  1:51 ` Rich Felker
2019-01-17 11:45 ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).