Now that gnulib provides this, assume it exists.
+2021-06-12 Mike Frysinger <vapier@gentoo.org>
+
+ * m4/sim_ac_platform.m4: Delete sys/select.h.
+ * config.h.in, configure: Regenerate.
+
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_ALIGNMENT.
+2021-06-12 Mike Frysinger <vapier@gentoo.org>
+
+ * dv-sockser.c: Include sys/select.h.
+
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* Make-common.in: Delete SIM_ALIGNMENT.
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#include <sys/select.h>
#include <sys/socket.h>
#ifndef __CYGWIN32__
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
-/* Define to 1 if you have the <sys/select.h> header file. */
-#undef HAVE_SYS_SELECT_H
-
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
as_fn_append ac_header_list " sys/mount.h"
as_fn_append ac_header_list " sys/param.h"
as_fn_append ac_header_list " sys/resource.h"
-as_fn_append ac_header_list " sys/select.h"
as_fn_append ac_header_list " sys/socket.h"
as_fn_append ac_header_list " sys/stat.h"
as_fn_append ac_header_list " sys/statfs.h"
-
-
+2021-06-12 Mike Frysinger <vapier@gentoo.org>
+
+ * dv-rv.c: Delete HAVE_SYS_SELECT_H.
+ * rvdummy.c: Likewise.
+
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
#include <sys/time.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
/* Not guarded in dv-sockser.c, so why here. */
#include <netinet/in.h>
#include <sys/time.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-
#include <errno.h>
/* Not guarded in dv-sockser.c, so why here. */
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#include <sys/select.h>
#include <sys/socket.h>
enum rv_command {
+2021-06-12 Mike Frysinger <vapier@gentoo.org>
+
+ * dv-lm32uart.c: Include sys/select.h.
+
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
#include "sim-assert.h"
#include <stdio.h>
+#include <sys/select.h>
#include <sys/time.h>
struct lm32uart
+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.
#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
sys/mount.h
sys/param.h
sys/resource.h
- sys/select.h
sys/socket.h
sys/stat.h
sys/statfs.h