You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain
John Crispin 6ab2bcfe72 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: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 45720
9 years ago
..
binutils toolchain: change default emulation for mips64 (octeon) to n64 9 years ago
gcc gcc: add some size optimization patches 9 years ago
gdb build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk 10 years ago
glibc toolchain: fix eglibc build when TOOLCHAINOPTS is not set 9 years ago
insight build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk 10 years ago
kernel-headers toolchain: remove obsolete references to the cris architecture 9 years ago
musl toolchain/musl: update to the latest version, adds aarch64 support 9 years ago
uClibc uClibc: add signal info for seccomp related SIGSYS 9 years ago
wrapper buildroot: allow specifying libc personality for external toolchains 11 years ago
Config.in toolchain/musl: update to the latest version, adds aarch64 support 9 years ago
Makefile toolchain: remove leftovers from old llvm-gcc experiments 9 years ago
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 15 years ago