844c41c845bf13046fa531e29590e9267a399240
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / sun4-solaris / auto / POSIX / getuid.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 693 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getuid.al)"
sub getuid {
usage "getuid()" if @_ != 0;
$<;
}
# end of POSIX::getuid
1;