]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
rocksdb: fix build on i386 6/head
authorKefu Chai <kchai@redhat.com>
Wed, 2 Sep 2015 10:45:50 +0000 (18:45 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 2 Sep 2015 10:53:01 +0000 (18:53 +0800)
commitc487ef4fd9004b1d9d9fc92b565b271450c00b42
treef5a6259c4df6694c67def1220253feacb98cf18e
parentf371049d895a083810746a00049688043d8cea7e
rocksdb: fix build on i386

unsigned long is 32bit on i386, so 1UL<<32 evaluate to 0. and this
is not intended.

Signed-off-by: Kefu Chai <kchai@redhat.com>
util/thread_status_impl.cc