diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-12 20:29:09 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-12 20:29:09 +0200 |
commit | 643b6140873e0e6f297df0cbca11bc1ea1f21925 (patch) | |
tree | 5d1fcafcd7395aefe6e0e73503758705a766e991 /src/config.h.in | |
parent | 274cea35c6d409cfb16862ff24e789b2d3ea3ee3 (diff) | |
download | vim-git-643b6140873e0e6f297df0cbca11bc1ea1f21925.tar.gz |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 00117cf8c..09420d211 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 |