Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / setuid.al
blobbf29f49dae3228408ed71d4e0ab18a3953cef1b6
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 742 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/setuid.al)"
7 sub setuid {
8     usage "setuid(uid)" if @_ != 1;
9     $< = $_[0];
12 # end of POSIX::setuid