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.c67 static int bsd_to_linux_sigtbl[LINUX_SIGTBLSZ] = {
103 static int linux_to_bsd_sigtbl[LINUX_SIGTBLSZ] = {
181 if (sig <= LINUX_SIGTBLSZ) in bsd_to_linux_signal()
H A Dlinux.h232 #define LINUX_SIGTBLSZ 31 macro