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