sim: assume sys/select.h always exists

Now that gnulib provides this, assume it exists.
This commit is contained in:
Mike Frysinger
2021-05-29 15:20:28 -04:00
parent a80249d0a9
commit 2726bbc339
13 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* mem.c: Delete HAVE_SYS_SELECT_H.
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

View File

@@ -29,9 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif