Sha256: 1d467a2ea63f69f8615b002c992a1b552100edb9cc90a4ffe98d9331e2212ee1

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

module Fcntl
  @@@
  constants do |c|
    c.include 'fcntl.h'

    c.const 'F_DUPFD'
    c.const 'F_GETFD'
    c.const 'F_GETLK'
    c.const 'F_SETFD'
    c.const 'F_GETFL'
    c.const 'F_SETFL'
    c.const 'F_SETLK'
    c.const 'F_SETLKW'
    c.const 'FD_CLOEXEC'
    c.const 'F_RDLCK'
    c.const 'F_UNLCK'
    c.const 'F_WRLCK'
    c.const 'O_CREAT'
    c.const 'O_EXCL'
    c.const 'O_NOCTTY'
    c.const 'O_TRUNC'
    c.const 'O_APPEND'
    c.const 'O_NONBLOCK'
    c.const 'O_NDELAY'
    c.const 'O_RDONLY'
    c.const 'O_RDWR'
    c.const 'O_WRONLY'
    c.const 'O_ACCMODE'
  end
  @@@
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubysl-fcntl-1.0.2 lib/rubysl/fcntl/fcntl.rb.ffi
rubysl-fcntl-1.0.1 lib/rubysl/fcntl/fcntl.rb.ffi
rubysl-fcntl-2.0.4 lib/rubysl/fcntl/fcntl.rb.ffi
rubysl-fcntl-1.0.0 lib/rubysl/fcntl/fcntl.rb.ffi