mirror of https://github.com/facebook/rocksdb.git
stack_trace,cc: The current Stacktrace code does not compile for FreeBSD (#1153)
* stack_trace,cc: The current Stacktrace code does not compile for FreeBSD So set it to generate empty routines * stack_trace,cc: The current Stacktrace code does not compile for FreeBSD Use the definition also used in other commits
This commit is contained in:
parent
0d65acec0c
commit
5647fa427c
|
@ -6,7 +6,7 @@
|
|||
#include "port/stack_trace.h"
|
||||
|
||||
#if defined(ROCKSDB_LITE) || !(defined(ROCKSDB_BACKTRACE) || defined(OS_MACOSX)) || \
|
||||
defined(CYGWIN)
|
||||
defined(CYGWIN) || defined(OS_FREEBSD)
|
||||
|
||||
// noop
|
||||
|
||||
|
|
Loading…
Reference in New Issue