oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK...
commit29c3d213f4ad69688638330728cff1a8769d7415
authorBrad Smith <brad@comstyle.com>
Thu, 1 Apr 2021 17:34:00 +0000 (1 13:34 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Jun 2021 11:47:07 +0000 (4 13:47 +0200)
treee646991de3a0f153adedb0deae1c55df3e0a9f6b
parent7fa1c63553242ad557c26dafd01e828ff1507c64
oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure

OpenBSD prior to 6.3 required a workaround to utilize fcntl(F_SETFL) on memory
devices.

Since modern verions of OpenBSD that are only officialy supported and buildable
on do not have this issue I am garbage collecting this workaround.

Signed-off-by: Brad Smith <brad@comstyle.com>
Message-Id: <YGYECGXQhdamEJgC@humpty.home.comstyle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/oslib-posix.c