Sha256: 83b764125baf8df3f0b387ccf37535a4c4854037f29d51d81792ebc12869c431

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 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 664 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fork.al)"
sub fork {
    usage "fork()" if @_ != 0;
    CORE::fork;
}

# end of POSIX::fork
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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