Sha256: ac95187b5e95658d7f232c1eafc75b34102c986da83826302e35473ed977983b
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
module Fcntl FD_CLOEXEC = Rubinius::Config['rbx.platform.fcntl.FD_CLOEXEC'] F_DUPFD = Rubinius::Config['rbx.platform.fcntl.F_DUPFD'] F_GETFD = Rubinius::Config['rbx.platform.fcntl.F_GETFD'] F_GETFL = Rubinius::Config['rbx.platform.fcntl.F_GETFL'] F_GETLK = Rubinius::Config['rbx.platform.fcntl.F_GETLK'] F_RDLCK = Rubinius::Config['rbx.platform.fcntl.F_RDLCK'] F_SETFD = Rubinius::Config['rbx.platform.fcntl.F_SETFD'] F_SETFL = Rubinius::Config['rbx.platform.fcntl.F_SETFL'] F_SETLK = Rubinius::Config['rbx.platform.fcntl.F_SETLK'] F_SETLKW = Rubinius::Config['rbx.platform.fcntl.F_SETLKW'] F_UNLCK = Rubinius::Config['rbx.platform.fcntl.F_UNLCK'] F_WRLCK = Rubinius::Config['rbx.platform.fcntl.F_WRLCK'] O_ACCMODE = Rubinius::Config['rbx.platform.fcntl.O_ACCMODE'] O_APPEND = Rubinius::Config['rbx.platform.fcntl.O_APPEND'] O_CREAT = Rubinius::Config['rbx.platform.fcntl.O_CREAT'] O_EXCL = Rubinius::Config['rbx.platform.fcntl.O_EXCL'] O_NDELAY = Rubinius::Config['rbx.platform.fcntl.O_NDELAY'] O_NOCTTY = Rubinius::Config['rbx.platform.fcntl.O_NOCTTY'] O_NONBLOCK = Rubinius::Config['rbx.platform.fcntl.O_NONBLOCK'] O_RDONLY = Rubinius::Config['rbx.platform.fcntl.O_RDONLY'] O_RDWR = Rubinius::Config['rbx.platform.fcntl.O_RDWR'] O_TRUNC = Rubinius::Config['rbx.platform.fcntl.O_TRUNC'] O_WRONLY = Rubinius::Config['rbx.platform.fcntl.O_WRONLY'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysl-fcntl-3.0 | lib/fcntl.rb |