aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rocksdb/20-skip-glibc-specific-features.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rocksdb/20-skip-glibc-specific-features.patch')
-rw-r--r--testing/rocksdb/20-skip-glibc-specific-features.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/rocksdb/20-skip-glibc-specific-features.patch b/testing/rocksdb/20-skip-glibc-specific-features.patch
deleted file mode 100644
index b331a42e2d..0000000000
--- a/testing/rocksdb/20-skip-glibc-specific-features.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/port/port_posix.cc
-+++ b/port/port_posix.cc
-@@ -32,7 +32,7 @@ static int PthreadCall(const char* label, int result) {
- }
-
- Mutex::Mutex(bool adaptive) {
--#ifdef OS_LINUX
-+#if 0
- if (!adaptive) {
- PthreadCall("init mutex", pthread_mutex_init(&mu_, nullptr));
- } else {
---- a/port/stack_trace.cc
-+++ b/port/stack_trace.cc
-@@ -5,8 +5,7 @@
- //
- #include "port/stack_trace.h"
-
--#if defined(ROCKSDB_LITE) || !(defined(OS_LINUX) || defined(OS_MACOSX)) || \
-- defined(CYGWIN)
-+#if 1
-
- // noop
-