Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / raise.al
blobbcb522a65e54949ee96afc071c2701f1afdf6075
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 219 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/raise.al)"
7 sub raise {
8     usage "raise(sig)" if @_ != 1;
9     CORE::kill $_[0], $$;       # Is this good enough?
12 # end of POSIX::raise