]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: formally assume unistd.h always exists (via gnulib)
authorMike Frysinger <vapier@gentoo.org>
Mon, 16 Jan 2023 09:35:48 +0000 (04:35 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 16 Jan 2023 09:35:48 +0000 (04:35 -0500)
commit4cd7de783bc72cc1f44fe989e7a0c7feb10532d5
tree39e49c04f886bece9add9d5b076fc269170e4afa
parente9bf6a4a20798cd495b2833112482ebc55bc5982
sim: formally assume unistd.h always exists (via gnulib)

We have many uses of unistd.h that are unprotected by HAVE_UNISTD_H,
so this is more formalizing the reality that we require this header.
Since we switched to gnulib, it guarantees that a unistd.h exists
for us to include, so we're doubly OK.
31 files changed:
sim/arm/armos.c
sim/common/callback.c
sim/common/dv-pal.c
sim/common/dv-sockser.c
sim/common/nrun.c
sim/common/sim-io.c
sim/common/sim-memopt.c
sim/common/syscall.c
sim/configure
sim/cr16/simops.c
sim/cris/dv-rv.c
sim/cris/rvdummy.c
sim/cris/traps.c
sim/d10v/simops.c
sim/m4/sim_ac_platform.m4
sim/m68hc11/emulos.c
sim/mn10300/op_utils.c
sim/ppc/emul_bugapi.c
sim/ppc/emul_chirp.c
sim/ppc/emul_netbsd.c
sim/ppc/emul_unix.c
sim/ppc/hw_com.c
sim/ppc/hw_disk.c
sim/ppc/hw_pal.c
sim/ppc/main.c
sim/ppc/mon.c
sim/ppc/table.c
sim/rl78/main.c
sim/rx/main.c
sim/sh/interp.c
sim/v850/simops.c