Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'use of undeclared SIGSEGV' on Linux if malloc redirection
(fix of commit 54d8c74) Issue #588 (bdwgc). * os_dep.c [MPROTECT_VDB && DARWIN || OPENBSD]: Include signal.h. * os_dep.c [NEED_FIND_LIMIT || UNIX_LIKE && !NO_DEBUGGING || USE_PROC_FOR_LIBRARIES && THREADS || WRAP_MARK_SOME && NO_SEH_AVAILABLE]: Likewise. * os_dep.c [MPROTECT_VDB && !MSWINCE]: Do not include signal.h if MSWIN32.
- Loading branch information