source: release-kits/lirk2/resources/perl-for-windows/lib/auto/POSIX/getgrnam.al@ 15957

Last change on this file since 15957 was 15957, checked in by oranfry, 16 years ago

added a resources directory to hold resources for gsdl releases, to be used instead of for-distributions

File size: 345 bytes
Line 
1# NOTE: Derived from ..\..\lib\POSIX.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package POSIX;
5
6#line 140 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getgrnam.al)"
7sub getgrnam {
8 usage "getgrnam(name)" if @_ != 1;
9 CORE::getgrnam($_[0]);
10}
11
12# end of POSIX::getgrnam
131;
Note: See TracBrowser for help on using the repository browser.