Sha256: dcd243d10c6e213e162d041e125d2e50037226b18df46aa7c049167bcd3357e1

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;

#line 140 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fcntl.al)"
sub fcntl {
    usage "fcntl(filehandle, cmd, arg)" if @_ != 3;
    CORE::fcntl($_[0], $_[1], $_[2]);
}

# end of POSIX::fcntl
1;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
STLExtract-1.0.1 Slic3r/Linux/lib/std/auto/POSIX/fcntl.al
STLExtract-1.0.0 Slic3r/Linux/lib/std/auto/POSIX/fcntl.al