NetBSD doesn't ship with SI_KERNEL
authorKamil Rytarowski <n54@gmx.com>
Sun, 31 Jan 2016 19:23:08 +0000 (20:23 +0100)
committerKamil Rytarowski <n54@gmx.com>
Sun, 31 Jan 2016 19:29:14 +0000 (20:29 +0100)
commit7f5416ef2294c0c62830a39930a749decbcb5f4c
tree1ce37efec6c473958ad4958f0c3725bf9cc00c64
parent7e1facef368a74a7a0c46e359378beae90af462b
NetBSD doesn't ship with SI_KERNEL

SI_KERNEL is available in Linux and FreeBSD. It's unspecified what does it mean.

Linux:
  #define SI_KERNEL       0x80            /* sent by the kernel from somewhere */

  -- include/uapi/asm-generic/siginfo.h

FreeBSD:
                    SI_KERNEL            signal generated by miscellaneous
                                         parts of the kernel
  -- siginfo(3)
src/pal/src/thread/context.cpp