Start anew
[git/jnareb-git.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / exit.al
blob74301c6d91f6ab210190ea0e03ec86a191ce9c9d
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 430 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/exit.al)"
7 sub exit {
8     usage "exit(status)" if @_ != 1;
9     CORE::exit($_[0]);
12 # end of POSIX::exit