diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2016-01-12 14:47:07 +0000 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2016-01-26 10:51:42 +0000 |
commit | cdfe2e65ec1960d301d083bee421388e064cd234 (patch) | |
tree | 37b5c45025c58e9b119007c55b1c261603ef92e6 /symbian | |
parent | 34e79b757ab6100d44bdbfa6f9603793a4215bbf (diff) | |
download | perl-cdfe2e65ec1960d301d083bee421388e064cd234.tar.gz |
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.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index c6466c99b5..64935b9928 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -446,6 +446,13 @@ d_shmctl='undef' d_shmdt='undef' d_shmget='undef' d_sigaction='undef' +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_signbit='undef' d_sigprocmask='undef' d_sigsetjmp='undef' |