提交 28fef5c5 编写于 作者: M Matt Stancliff 提交者: antirez

Fix lack of SA_ONSTACK under Cygwin

Fixes #232
上级 7fc1fc8c
......@@ -41,6 +41,12 @@
#include "bio.h"
#endif /* HAVE_BACKTRACE */
#ifdef __CYGWIN__
#ifndef SA_ONSTACK
#define SA_ONSTACK 0x08000000
#endif
#endif
/* ================================= Debugging ============================== */
/* Compute the sha1 of string at 's' with 'len' bytes long.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册