add check for struct pollfd
authorAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 10:56:46 +0000 (11:56 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 10:56:56 +0000 (11:56 +0100)
commit4c187d46d40aff1601f38675c11f92a73a13a7c9
tree43aa99815ac65cc170d64c90c31098fc31d3cad0
parent19113f1ca7a747de06d7b43c6c1eca4cd58d05e5
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.
configure.ac
libguile/fports.c
libguile/poll.c