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
hash_cuckoo_rep.cc -rw-r--r-- 24.8 KB
hash_cuckoo_rep.h -rw-r--r-- 1.6 KB
hash_linklist_rep.cc -rw-r--r-- 29.5 KB
hash_linklist_rep.h -rw-r--r-- 1.8 KB
hash_skiplist_rep.cc -rw-r--r-- 11.2 KB
hash_skiplist_rep.h -rw-r--r-- 1.4 KB
inlineskiplist.h -rw-r--r-- 31.5 KB
inlineskiplist_test.cc -rw-r--r-- 16.8 KB
memtable_allocator.cc -rw-r--r-- 2.1 KB
memtable_allocator.h -rw-r--r-- 1.6 KB
memtablerep_bench.cc -rw-r--r-- 24.2 KB
skiplist.h -rw-r--r-- 15.6 KB
skiplist_test.cc -rw-r--r-- 10.2 KB
skiplistrep.cc -rw-r--r-- 8.6 KB
stl_wrappers.h -rw-r--r-- 923 bytes
vectorrep.cc -rw-r--r-- 9.0 KB

back to top