diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-29 15:20:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 22:19:30 -0400 |
commit | 2726bbc3391eddf0f75da56011137d327a156aab (patch) | |
tree | 6654c280a2cb29802f304a5321c036deb6113f79 /sim/config.h.in | |
parent | a80249d0a9da850e8971f45beb435ad4f154447d (diff) | |
download | gdb-2726bbc3391eddf0f75da56011137d327a156aab.zip gdb-2726bbc3391eddf0f75da56011137d327a156aab.tar.gz gdb-2726bbc3391eddf0f75da56011137d327a156aab.tar.bz2 |
sim: assume sys/select.h always exists
Now that gnulib provides this, assume it exists.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r-- | sim/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/config.h.in b/sim/config.h.in index a1d4f78..6e87686 100644 --- a/sim/config.h.in +++ b/sim/config.h.in @@ -287,9 +287,6 @@ /* 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 |