sim: drop old O_NDELAY & FNBLOCK support
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 05:44:24 +0000 (01:44 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 06:24:00 +0000 (02:24 -0400)
commitee73abf25e8431f4ea8c95629622cf23515c1d07
treeeba853878b31f0ed2ec763a5c5f97b921f1df5b2
parent03de8f26e8286f6160a9fcd6b082893ed850e8fa
sim: drop old O_NDELAY & FNBLOCK support

We use these older names inconsistently in the sim codebase, and time
has moved on long ago, so drop support for these non-standard names.
POSIX provides O_NONBLOCK for us, so use it everywhere.
sim/common/dv-sockser.c
sim/common/sim-io.c
sim/ppc/main.c