Skip to content
Snippets Groups Projects
Commit 6ab2bcfe authored by John Crispin's avatar John Crispin
Browse files

uClibc: add signal info for seccomp related SIGSYS


uClibc doesn't define signal info for the SIGSYS signal which is issued
in case of hitting a syscall prohibited by seccomp.
This is sad as it makes debugging seccomp filter policies impossible on
some architectures (at least ARM and PowerPC, maybe also others) which
do not coincidentally set si_value.sival_int as the syscall number.

To fix this, import the definitions and macros needed from glibc.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 45720
parent 86b573fa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment