]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: assume sys/stat.h always exists (via gnulib)
authorMike Frysinger <vapier@gentoo.org>
Mon, 16 Jan 2023 09:42:47 +0000 (04:42 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 16 Jan 2023 09:42:47 +0000 (04:42 -0500)
commitda8c9663995deb7abe63ca45251fc0264e031550
treed7aa188bcb71826f138fcd5357336a6581afee70
parent4cd7de783bc72cc1f44fe989e7a0c7feb10532d5
sim: assume sys/stat.h always exists (via gnulib)

We have many uses of sys/stat.h that are unprotected by HAVE_SYS_STAT_H,
so this is more formalizing the reality that we require this header.
Since we switched to gnulib, it guarantees that a sys/stat.h exists
for us to include, so we're doubly OK.
sim/common/sim-memopt.c
sim/configure
sim/cris/traps.c
sim/h8300/compile.c
sim/m4/sim_ac_platform.m4
sim/ppc/emul_unix.c
sim/sh/interp.c