WinGit: Do not require the user to accept the license, it's just informational
[msysgit/kusma.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / getgid.al
blob2c71bed402fc8dde9fdcbdc55113d1c625b3a0e6
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 682 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getgid.al)"
7 sub getgid {
8     usage "getgid()" if @_ != 0;
9     $( + 0;
12 # end of POSIX::getgid