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
3e0e51dd
Commit
3e0e51dd
authored
May 12, 2014
by
Matt Stancliff
Browse files
Fix lack of SA_ONSTACK under Cygwin
Fixes #232
parent
b252fab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
3e0e51dd
...
...
@@ -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