From 1e7a581ad6e2b03e91748dd1295288e053f86e04 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 6 Jan 2014 21:31:17 -0500 Subject: add some missing LFS64 aliases for fadvise/fallocate functions --- include/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/fcntl.h b/include/fcntl.h index 55a89f9c..e01a4d19 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -148,6 +148,7 @@ struct f_owner_ex { #define SPLICE_F_MORE 4 #define SPLICE_F_GIFT 8 int fallocate(int, int, off_t, off_t); +#define fallocate64 fallocate ssize_t readahead(int, off_t, size_t); int sync_file_range(int, off_t, off_t, unsigned); ssize_t vmsplice(int, const struct iovec *, size_t, unsigned); -- cgit v1.2.1