Home
last modified time | relevance | path

Searched refs:LINUX_SIGTBLSZ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux.c57 static int bsd_to_linux_sigtbl[LINUX_SIGTBLSZ] = {
93 static int linux_to_bsd_sigtbl[LINUX_SIGTBLSZ] = {
171 if (sig <= LINUX_SIGTBLSZ) in bsd_to_linux_signal()
H A Dlinux.h182 #define LINUX_SIGTBLSZ 31 macro