commit | 194f8cb7c8a2efdb7d9f054aa3abd1f3ba116ea9 | [log] [tgz] |
---|---|---|
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | Tue Mar 10 15:53:17 2015 -0300 |
committer | Steve Kondik <steve@cyngn.com> | Wed Aug 24 11:41:05 2016 -0700 |
tree | ae7d0f170ddaae5b21cc7251902ce76839009968 | |
parent | c11d5ef348af66abe7a69f05c497de4d6c7165f6 [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>