diff options
author | Craig A. Berry <craigberry@mac.com> | 2016-01-30 14:37:01 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2016-01-30 14:37:01 -0600 |
commit | 6aa3d1f7b558720ba3e753ec1d1889f98066190f (patch) | |
tree | 1e05d27470bd3a99a1d797a53f7e229d2a63733b /configure.com | |
parent | 073bdd798cb96ecc1cf8f82fcaa69aa674303a60 (diff) | |
download | perl-6aa3d1f7b558720ba3e753ec1d1889f98066190f.tar.gz |
VMS does have the siginfo_si_* fields.
At least they are in the siginfo struct, though oddly, SA_SIGINFO
doesn't exist so they won't do much good. However, adding them
now means that if SA_SIGINFO shows up in the future they will be
tested immediately and not overlooked.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.com b/configure.com index 0e9ea3769f..ed858289ac 100644 --- a/configure.com +++ b/configure.com @@ -5340,13 +5340,13 @@ $ d_clearenv="undef" $ d_usleep="define" $ d_setitimer="define" $ d_sigaction="define" -$ d_siginfo_si_addr="undef" -$ d_siginfo_si_band="undef" -$ d_siginfo_si_errno="undef" -$ d_siginfo_si_pid="undef" -$ d_siginfo_si_status="undef" -$ d_siginfo_si_uid="undef" -$ d_siginfo_si_value="undef" +$ d_siginfo_si_addr="define" +$ d_siginfo_si_band="define" +$ d_siginfo_si_errno="define" +$ d_siginfo_si_pid="define" +$ d_siginfo_si_status="define" +$ d_siginfo_si_uid="define" +$ d_siginfo_si_value="define" $ d_sigprocmask="define" $ d_truncate="define" $ d_wait4="define" |