commit | 09d900d50fec68160a3e130c9dd36444b099e104 | [log] [tgz] |
---|---|---|
author | Nick Desaulniers <ndesaulniers@google.com> | Tue Jul 19 15:20:24 2016 -0700 |
committer | Nick Desaulniers <ndesaulniers@google.com> | Wed Sep 21 09:24:50 2016 -0700 |
tree | e27fc348d1465125624f9ca6305038a9e55c4f36 | |
parent | d263fe5d133ef732ba78deef851d3b99098d7e95 [diff] [blame] |
bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE Bug: 28760453 Change-Id: I1a58d19bf45eac5f930b0f649cf9b8c9046302f3
diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index c49dbd0..b8824d9 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h
@@ -32,6 +32,7 @@ #include <sys/cdefs.h> #include <sys/types.h> #include <linux/fadvise.h> +#include <linux/falloc.h> #include <linux/fcntl.h> #include <linux/stat.h> #include <linux/uio.h>