]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: use gnulib to set nonblocking mode users/vapier/sim/gnulib
authorMike Frysinger <vapier@gentoo.org>
Tue, 8 Jun 2021 22:06:07 +0000 (18:06 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Jan 2024 23:23:28 +0000 (18:23 -0500)
commit3c8e0749b7e7482bf08438b7981ab5f9e60e80cd
tree4d33944fdaff69d51b73c2a969231cb1c790849f
parente11ccde12b191297c53c6e7a3ec250143c3c7c1f
sim: use gnulib to set nonblocking mode

Replace various custom ad-hoc fcntl/O_NONBLOCK implementations with
the gnulib nonblocking module.  This makes our code much tidier and
portable to other systems (e.g. Windows).
sim/bfin/dv-bfin_emac.c
sim/common/dv-sockser.c
sim/common/sim-io.c
sim/ppc/main.c