mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
Merge pull request #1743 from mattsta/cygwin-compile-fix
Cygwin compile fix
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user