1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
6 #line 219 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/raise.al)"
8 usage "raise(sig)" if @_ != 1;
9 CORE::kill $_[0], $$; # Is this good enough?