diff options
author | Bruno Haible <bruno@clisp.org> | 2017-04-22 14:18:45 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2017-04-22 14:18:45 +0200 |
commit | 518ec8ea7911bab915789a40d4c25335ba724e70 (patch) | |
tree | 345342a22b4830699bcaf4ea3f0c0c1e37c34a44 /modules | |
parent | 04e8f490345f99f6e9ac5c8ed403c7f095a52eb7 (diff) | |
download | gnulib-518ec8ea7911bab915789a40d4c25335ba724e70.tar.gz |
poll: Enable argument check.
* lib/poll.c: Include intprops.h.
(poll): Check value of nfd correctly.
* modules/poll (Depends-on): Add intprops.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/poll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/poll b/modules/poll index 57f0631e72..a7d117f532 100644 --- a/modules/poll +++ b/modules/poll @@ -9,6 +9,7 @@ Depends-on: poll-h alloca [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] assure [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +intprops [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sockets [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sys_select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] |