mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 09:48:47 +00:00
12 lines
340 B
Diff
12 lines
340 B
Diff
--- ruby-3.0.2/include/ruby/internal/intern/select/posix.h
|
|
+++ ruby-3.0.2/include/ruby/internal/intern/select/posix.h
|
|
@@ -55,7 +55,7 @@ rb_fd_copy(rb_fdset_t *dst, const fd_set *src, int n)
|
|
}
|
|
|
|
static inline void
|
|
-rb_fd_dup(rb_fdset_t *dst, const fd_set *src, int n)
|
|
+rb_fd_dup(rb_fdset_t *dst, const fd_set *src)
|
|
{
|
|
*dst = *src;
|
|
}
|
|
|