mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix unused-function warning for 'ruby_ppoll' [ci skip]
This commit is contained in:
parent
769f53eb7e
commit
2cd9aae4b7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue