Start anew
[git/jnareb-git.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / getppid.al
blobe510b666504cdb3de3660395c33dd4b2f6462737
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 708 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getppid.al)"
7 sub getppid {
8     usage "getppid()" if @_ != 0;
9     CORE::getppid;
12 # end of POSIX::getppid