зеркало из https://github.com/github/ruby.git
Fix unused-function warning for 'ruby_ppoll' [ci skip]
This commit is contained in:
Родитель
769f53eb7e
Коммит
2cd9aae4b7
|
@ -3171,7 +3171,7 @@ rb_nativethread_self(void)
|
|||
return pthread_self();
|
||||
}
|
||||
|
||||
#ifndef HAVE_PPOLL
|
||||
#if defined(USE_POLL) && !defined(HAVE_PPOLL)
|
||||
/* TODO: don't ignore sigmask */
|
||||
static int
|
||||
ruby_ppoll(struct pollfd *fds, nfds_t nfds,
|
||||
|
|
Загрузка…
Ссылка в новой задаче