summaryrefslogtreecommitdiffstats
path: root/man2/landlock_add_rule.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/landlock_add_rule.2')
-rw-r--r--man2/landlock_add_rule.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/landlock_add_rule.2 b/man2/landlock_add_rule.2
index 61a39f702..cf0892f50 100644
--- a/man2/landlock_add_rule.2
+++ b/man2/landlock_add_rule.2
@@ -53,8 +53,8 @@ points to the following structure:
.in +4n
.EX
struct landlock_path_beneath_attr {
- __u64 allowed_access;
- __s32 parent_fd;
+ uint64_t allowed_access;
+ int32_t parent_fd;
} __attribute__((packed));
.EE
.in