Fix unused-function warning for 'ruby_ppoll' [ci skip]
This commit is contained in:
parent
769f53eb7e
commit
2cd9aae4b7
@ -3171,7 +3171,7 @@ rb_nativethread_self(void)
|
|||||||
return pthread_self();
|
return pthread_self();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef HAVE_PPOLL
|
#if defined(USE_POLL) && !defined(HAVE_PPOLL)
|
||||||
/* TODO: don't ignore sigmask */
|
/* TODO: don't ignore sigmask */
|
||||||
static int
|
static int
|
||||||
ruby_ppoll(struct pollfd *fds, nfds_t nfds,
|
ruby_ppoll(struct pollfd *fds, nfds_t nfds,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user