lib/ffi/libfuse/adapter/interrupt.rb in ffi-libfuse-0.4.0 vs lib/ffi/libfuse/adapter/interrupt.rb in ffi-libfuse-0.4.1
- old
+ new
@@ -18,10 +18,10 @@
wrapper: proc { |_fuse_method, *args, &b| Interrupt.interrupt_callback(*args, &b) },
excludes: %i[init destroy]
}
return wrappers unless defined?(super)
- super(*wrappers)
+ super
end
module_function
# @raise [Errno::EINTR] if the fuse request is marked as interrupted