This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Probe for and expose more fields for SA_SIGINFO
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 12 Jan 2016 14:47:07 +0000 (14:47 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 26 Jan 2016 10:51:42 +0000 (10:51 +0000)
commitcdfe2e65ec1960d301d083bee421388e064cd234
tree37b5c45025c58e9b119007c55b1c261603ef92e6
parent34e79b757ab6100d44bdbfa6f9603793a4215bbf
Probe for and expose more fields for SA_SIGINFO

These are all specified by POSIX/SUSv3, but not all platforms have them,
as mentioned in POSIX.pm.

We can only test the pid, uid and code fields, since they are the only
ones that are defined for a user-sent signal.
17 files changed:
Configure
Cross/config.sh-arm-linux
NetWare/config.wc
Porting/config.sh
config_h.SH
configure.com
ext/POSIX/t/sigaction.t
mg.c
plan9/config_sh.sample
pod/perldelta.pod
symbian/config.sh
uconfig.h
uconfig.sh
uconfig64.sh
win32/config.ce
win32/config.gc
win32/config.vc