From cdfe2e65ec1960d301d083bee421388e064cd234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Tue, 12 Jan 2016 14:47:07 +0000 Subject: 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. --- symbian/config.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'symbian/config.sh') 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' -- cgit v1.2.1