Sha256: f9130aca7358e743deafe8bd636def1b24f02d4dc26671d945551edf0e2c00ed
Contents?: true
Size: 324 Bytes
Versions: 45
Compression:
Stored size: 324 Bytes
Contents
module Ethon # FFI Wrapper module for Libc. # # @api private module Libc extend FFI::Library ffi_lib 'c' # :nodoc: def self.windows? Gem.win_platform? end unless windows? attach_function :getdtablesize, [], :int attach_function :free, [:pointer], :void end end end
Version data entries
45 entries across 44 versions & 8 rubygems