Sha256: 2928d5948891d1a40d409aa982592fe05e45576f78428559f26e76fbc1bc314c
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX::SigRt; #line 1020 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/SigRt/new.al)" sub new { my ($rtsig, $handler, $flags) = @_; my $sigset = POSIX::SigSet->new($rtsig); my $sigact = POSIX::SigAction->new($handler, $sigset, $flags); POSIX::sigaction($rtsig, $sigact); } # end of POSIX::SigRt::new 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/SigRt/new.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/SigRt/new.al |