mirror of /home/gitosis/repositories/libev.git
Fix last change.
This commit is contained in:
parent
0af42bdc3e
commit
24d839395b
2
ev.c
2
ev.c
|
@ -783,7 +783,7 @@ ev_sleep (ev_tstamp delay)
|
|||
/* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
|
||||
/* something not guaranteed by newer posix versions, but guaranteed */
|
||||
/* by older ones */
|
||||
EV_TS_SET (tv, delay);
|
||||
EV_TV_SET (tv, delay);
|
||||
select (0, 0, 0, 0, &tv);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue