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
a221a313
Unverified
Commit
a221a313
authored
Nov 20, 2020
by
Rosen Penev
Committed by
GitHub
Nov 20, 2020
Browse files
fix compilation with uClibc-ng (#8054)
backtrace can be compile time disabled.
parent
f8ae9917
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.h
View file @
a221a313
...
...
@@ -65,7 +65,7 @@
/* Test for backtrace() */
#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \
defined(__FreeBSD__) || ((defined(__OpenBSD__) || defined(__NetBSD__)) && defined(USE_BACKTRACE))\
|| defined(__DragonFly__)
|| defined(__DragonFly__)
|| (defined(__UCLIBC__) && defined(__UCLIBC_HAS_BACKTRACE__))
#define HAVE_BACKTRACE 1
#endif
...
...
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