supress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bbfbf662cc
commit
3765f668c6
2
thread.c
2
thread.c
@ -3462,7 +3462,7 @@ int
|
|||||||
rb_wait_for_single_fd(int fd, int events, struct timeval *tv)
|
rb_wait_for_single_fd(int fd, int events, struct timeval *tv)
|
||||||
{
|
{
|
||||||
struct pollfd fds;
|
struct pollfd fds;
|
||||||
int result, lerrno;
|
int result = 0, lerrno;
|
||||||
double limit = 0;
|
double limit = 0;
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
struct timespec *timeout = NULL;
|
struct timespec *timeout = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user