Include linux/falloc.h provides the constants described in the manpage. Signed-off-by: Heinrich Schuchardt <xypron.glpk@xxxxxx> --- man2/fallocate.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/fallocate.2 b/man2/fallocate.2 index ccd0431..68b33b5 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -15,6 +15,7 @@ fallocate \- manipulate file space .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include <fcntl.h> +.B #include <linux/falloc.h> .BI "int fallocate(int " fd ", int " mode ", off_t " offset \ ", off_t " len "); -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html