Don't fsync() on a pipe (causes bug #35936)
authorAndi McClure <andi.mcclure@xamarin.com>
Tue, 24 Nov 2015 18:46:19 +0000 (13:46 -0500)
committerAndi McClure <andi.mcclure@xamarin.com>
Tue, 24 Nov 2015 18:46:19 +0000 (13:46 -0500)
commit61d6cac99c7a967c0439e46c34ebf1b4191c6752
tree780d7e6a597e61665679ee312b90dbe5bbc38f6e
parent71679ae8e4f7701209ec3376332c0832ae819960
Don't fsync() on a pipe (causes bug #35936)

fsync() on a file descriptor from a pipe() is invalid, and
occasionally crashes on current OS X.
support/signal.c