Default to using poll(2) in `fport_input_waiting'.
authorCedric Cellier <cedric.cellier@securactive.net>
Sat, 15 Oct 2011 14:25:21 +0000 (16:25 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 15 Oct 2011 14:27:18 +0000 (16:27 +0200)
commitc7519da3eaef6cf6d862a87e2d050766eb6c4388
tree425a5d9a6fd2378137db2eb54eb79b54a31c81ee
parent02f91898deb058768d09c2f8b6278d4ec3ee7252
Default to using poll(2) in `fport_input_waiting'.

* libguile/fports.c (fport_input_waiting): Use poll(2) instead of
  select(2) when possible.  Cosmetic changes by Ludovic Courtès.
libguile/fports.c