commit | 4cd7de783bc72cc1f44fe989e7a0c7feb10532d5 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jan 16 04:35:48 2023 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jan 16 04:35:48 2023 -0500 |
tree | 39e49c04f886bece9add9d5b076fc269170e4afa | |
parent | e9bf6a4a20798cd495b2833112482ebc55bc5982 [diff] |
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.