Sha256: d142c98d38eab5e9d9606d8927ae2aa52eab99a03073b02d23ab3ad4423aec63
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 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 221 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/kill.al)" sub kill { usage "kill(pid, sig)" if @_ != 2; CORE::kill $_[1], $_[0]; } # end of POSIX::kill 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/kill.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/kill.al |