mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
parent
b252fab06c
commit
3e0e51dd9f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user