repo.or.cz
/
git
/
jnareb-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start anew
[git/jnareb-git.git]
/
lib
/
perl5
/
5.6.1
/
msys
/
auto
/
POSIX
/
exit.al
blob
74301c6d91f6ab210190ea0e03ec86a191ce9c9d
1
# NOTE: Derived from ../../lib/POSIX.pm.
2
# Changes made here will be lost when autosplit again.
3
# See AutoSplit.pm.
4
package POSIX;
5
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]);
10
}
11
12
# end of POSIX::exit
13
1;