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:
Willem Jan Withagen 2016-06-06 02:40:43 +02:00 committed by Andrew Kryczka
parent 0d65acec0c
commit 5647fa427c

View File

@ -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