add check for struct pollfd
* configure.ac: Add check for struct pollfd. * libguile/fports.c (fport_input_waiting): * libguile/poll.c (scm_primitive_poll): Require struct pollfd. Fixes bug 13903.
This commit is contained in:
parent
19113f1ca7
commit
4c187d46d4
3 changed files with 8 additions and 6 deletions
|
|
@ -674,6 +674,8 @@ AC_CHECK_TYPE(socklen_t, ,
|
|||
|
||||
AC_CHECK_TYPES([struct ip_mreq], , , [#include <netinet/in.h>])
|
||||
|
||||
AC_CHECK_TYPES([struct pollfd], , , [#include <poll.h>])
|
||||
|
||||
GUILE_HEADER_LIBC_WITH_UNISTD
|
||||
|
||||
AC_TYPE_GETGROUPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue