]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Added falloc.h in build_detect_platform
authorPooya Shareghi <shareghi@gmail.com>
Tue, 14 Apr 2015 00:56:12 +0000 (17:56 -0700)
committerIgor Canadi <icanadi@fb.com>
Thu, 30 Apr 2015 02:20:54 +0000 (19:20 -0700)
commit98a2fd2f2d2629006f41f3be055a853fd636381e
tree7d8564f5d461d25685b00eb6005350a040d66fad
parent149ef195171978146d7040bd38fc358cb3ce37b9
Added falloc.h in build_detect_platform

On Centos 6, you need to explicitely include linux/falloc.h which is
whele the  FALLOC_FL_* flags are defined. Otherwise, the fallocate()
support test defined in build_detect_platform will fail.

Signed-off-by: Pooya Shareghi <shareghi@gmail.com>
build_tools/build_detect_platform