Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9c71f2eef9c728973f1bd4c4475f850f2f895c06
https://github.com/Perl/perl5/commit/9c71f2eef9c728973f1bd4c4475f850f2f895c06
Author: David Mitchell <[email protected]>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M ext/POSIX/POSIX.xs
Log Message:
-----------
fix POSIX.xs under VMS
My recent commit v5.31.5-346-g116e19abbf assumed that SA_SIGINFO and
sa_sigaction would always be available, but they aren't under VMS, so
guard its use.