aboutsummaryrefslogtreecommitdiff
path: root/gen_constants-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gen_constants-inl.h')
-rw-r--r--gen_constants-inl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gen_constants-inl.h b/gen_constants-inl.h
index f5fdd29..d09349c 100644
--- a/gen_constants-inl.h
+++ b/gen_constants-inl.h
@@ -73,3 +73,7 @@ struct fscrypt_policy_v1 {
#if !defined(FS_IOC_GET_ENCRYPTION_POLICY_EX)
#define FS_IOC_GET_ENCRYPTION_POLICY_EX _IOWR('f', 22, __u8[9])
#endif
+
+#if !defined(MADV_FREE)
+#define MADV_FREE 8
+#endif