summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-12 20:29:09 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-12 20:29:09 +0200
commit643b6140873e0e6f297df0cbca11bc1ea1f21925 (patch)
tree5d1fcafcd7395aefe6e0e73503758705a766e991 /src/config.h.in
parent274cea35c6d409cfb16862ff24e789b2d3ea3ee3 (diff)
patch 8.1.0371: argument types for select() may be wrongv8.1.0371
Problem: Argument types for select() may be wrong. Solution: Use a configure macro. (Tobias Ulmer)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 00117cf8ca..09420d2112 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -113,6 +113,9 @@
/* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
#undef SYS_SELECT_WITH_SYS_TIME
+/* Define to a typecast for select() arguments 2, 3 and 4. */
+#undef SELECT_TYPE_ARG234
+
/* Define if you have /dev/ptc */
#undef HAVE_DEV_PTC