]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Check for sys/auxv.h (#6359)
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 4 Mar 2020 02:06:56 +0000 (18:06 -0800)
committerKefu Chai <tchaikov@gmail.com>
Sat, 1 May 2021 02:55:02 +0000 (10:55 +0800)
commit27b1611c67aa0005f265e45f7a9570c71984bb2d
treeaa9b107b56c3a5eb86b8e66adf27c02f4945ae17
parentf86d378860f399bf595bd1135f39f03a9eaca59f
Check for sys/auxv.h (#6359)

Summary:
Check for sys/auxv.h and getauxval before using them as they are not
always available (for example on uclibc)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6359

Differential Revision: D20239797

fbshipit-source-id: 175a098094d81545628c2372e7c388e70a32fd48
(cherry picked from commit 8bbd76edbfd0c187960aae31d107a9a0fa71472c)
CMakeLists.txt
build_tools/build_detect_platform
util/crc32c.cc