Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / waitpid.al
blob4211529f39a9347c61dbcf1d0691187e52b21597
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 594 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/waitpid.al)"
7 sub waitpid {
8     usage "waitpid(pid, options)" if @_ != 2;
9     CORE::waitpid($_[0], $_[1]);
12 # end of POSIX::waitpid