Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / getpwuid.al
blobb9c1fb5035f81d67ec5aed49a610e799274fb4be
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 193 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getpwuid.al)"
7 sub getpwuid {
8     usage "getpwuid(uid)" if @_ != 1;
9     CORE::getpwuid($_[0]);
12 # end of POSIX::getpwuid