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