basho / leveldb

Clone of http://code.google.com/p/leveldb/
BSD 3-Clause "New" or "Revised" License
408 stars 182 forks source link

correct code in the 32bit path to correctly compile #220

Closed matthewvon closed 7 years ago

matthewvon commented 7 years ago

The 32 bit code path has not been actively maintained for about 5 years. An "upgrade" to perf_counters to use atomics.h made changes to 32 bit code without compiling / testing. Was broken. Now fixed.