Merge pull request #1 from dbdii407/patch-1

Update libratbox/src/sigio.c
This commit is contained in:
Jeff Horelick 2012-10-11 08:50:58 -07:00
commit 926e7dc884
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ rb_select_sigio(long delay)
PF *hdl;
rb_fde_t *F;
void *data;
struct siginfo si;
siginfo_t si;
struct timespec timeout;
if(rb_sigio_supports_event() || delay >= 0)