Enhance values SIGNALS on more OS.

Checked systems OpenBSD, NetBSD, FreeBSD, Solaris.
This commit is contained in:
cheatfate
2016-06-16 13:38:30 +03:00
parent 500aa0cb3f
commit e0b7f434eb

View File

@@ -37,7 +37,8 @@ when defined(windows):
SIGINT = cint(2)
SIGSEGV = cint(11)
SIGTERM = cint(15)
elif defined(macosx) or defined(linux):
elif defined(macosx) or defined(linux) or defined(freebsd) or
defined(openbsd) or defined(netbsd) or defined(solaris):
const
SIGABRT = cint(6)
SIGFPE = cint(8)