Sha256: 2b0df0c3cb6d48cc021f1b1e9e5106276e5ddc7a96fad073e07bef3331c3f374

Contents?: true

Size: 342 Bytes

Versions: 2

Compression:

Stored size: 342 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 605 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/waitpid.al)"
sub waitpid {
    usage "waitpid(pid, options)" if @_ != 2;
    CORE::waitpid($_[0], $_[1]);
}

# end of POSIX::waitpid
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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