commit | 10f58ffbba4e492c4bae51365227c60b1fe1d19f | [log] [tgz] |
---|---|---|
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | Tue Mar 10 15:53:17 2015 -0300 |
committer | Meninblack007 <sanyam.53jain@gmail.com> | Tue Mar 21 16:29:47 2017 +0530 |
tree | ae7d0f170ddaae5b21cc7251902ce76839009968 | |
parent | d3195bf04f477b61a19ea37cf9e521d95786a902 [diff] |
configure: add check for fallocate We need to check for fallocate() rather than just linux/falloc.h + FALLOC_FL_PUNCH_HOLE since in uClibc we've got both but still not fallocate() itself since it's only implemented in newer unreleased versions. Change-Id: Ief309b2223f6c8203d01891dc8239dca1c8db75c Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>