Sha256: f99153dd2bb769931d11c365e8623b47ba4c7b2b1f6d0fdc84729732b56a690f

Contents?: true

Size: 345 Bytes

Versions: 2

Compression:

Stored size: 345 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 635 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/chown.al)"
sub chown {
    usage "chown(uid, gid, filename)" if @_ != 3;
    CORE::chown($_[0], $_[1], $_[2]);
}

# end of POSIX::chown
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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