Revision 72fc1e9d07cf967555235fe9cca436a2f93d3fe4 authored by Nikhil Benesch on 07 April 2017, 17:26:19 UTC, committed by Facebook Github Bot on 07 April 2017, 17:39:15 UTC
Summary:
OpenBSD doesn't have `O_DIRECT`, so avoid it. (RocksDB compiles successfully on
OpenBSD with this patch.)
Closes https://github.com/facebook/rocksdb/pull/2106

Differential Revision: D4847833

Pulled By: siying

fbshipit-source-id: 214b785
1 parent ff97287
History
File Mode Size
histogram.cc -rw-r--r-- 10.1 KB
histogram.h -rw-r--r-- 4.5 KB
histogram_test.cc -rw-r--r-- 6.7 KB
histogram_windowing.cc -rw-r--r-- 6.0 KB
histogram_windowing.h -rw-r--r-- 2.8 KB
instrumented_mutex.cc -rw-r--r-- 2.7 KB
instrumented_mutex.h -rw-r--r-- 2.3 KB
iostats_context.cc -rw-r--r-- 1.6 KB
iostats_context_imp.h -rw-r--r-- 1.7 KB
iostats_context_test.cc -rw-r--r-- 986 bytes
perf_context.cc -rw-r--r-- 5.8 KB
perf_context_imp.h -rw-r--r-- 1.7 KB
perf_level.cc -rw-r--r-- 758 bytes
perf_level_imp.h -rw-r--r-- 529 bytes
perf_step_timer.h -rw-r--r-- 1.2 KB
statistics.cc -rw-r--r-- 7.2 KB
statistics.h -rw-r--r-- 5.6 KB
statistics_test.cc -rw-r--r-- 1.1 KB
thread_status_impl.cc -rw-r--r-- 4.8 KB
thread_status_updater.cc -rw-r--r-- 10.8 KB
thread_status_updater.h -rw-r--r-- 8.5 KB
thread_status_updater_debug.cc -rw-r--r-- 1.3 KB
thread_status_util.cc -rw-r--r-- 6.9 KB
thread_status_util.h -rw-r--r-- 5.1 KB
thread_status_util_debug.cc -rw-r--r-- 1001 bytes

back to top