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