diff options
Diffstat (limited to 'io/posix_fallocate.c')
-rw-r--r-- | io/posix_fallocate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io/posix_fallocate.c b/io/posix_fallocate.c index 3f8a3cb104..d5138f08b3 100644 --- a/io/posix_fallocate.c +++ b/io/posix_fallocate.c @@ -27,4 +27,3 @@ posix_fallocate (int fd, __off_t offset, __off_t len) return -1; } stub_warning (posix_fallocate) -#include <stub-tag.h> |