0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01:00

librb/ports: ungimp thing.

This commit is contained in:
Elizabeth Myers 2016-03-23 12:06:26 -05:00
parent 3a1f645bed
commit 3d1df26cdd

View file

@ -123,7 +123,7 @@ rb_setselect_ports(rb_fde_t *F, unsigned int type, PF * handler, void *client_da
int
rb_select_ports(long delay)
{
int i;
int i, fd = -1;
unsigned int nget = 1;
struct timespec poll_time;
struct timespec *p = NULL;