Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
2af24143
Commit
2af24143
authored
May 12, 2014
by
Matt Stancliff
Committed by
antirez
Jun 09, 2014
Browse files
Fix lack of SA_ONSTACK under Cygwin
Fixes #232
parent
b4f9761d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/debug.c
View file @
2af24143
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment