source: release-kits/lirk2/resources/perl-for-windows/lib/auto/POSIX/exit.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: 327 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 431 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\exit.al)"
7sub exit {
8 usage "exit(status)" if @_ != 1;
9 CORE::exit($_[0]);
10}
11
12# end of POSIX::exit
131;
Note: See TracBrowser for help on using the repository browser.