From 70ba94fb0a59ecf1c6824cadc1cf7553221d185b Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 24 Feb 2021 01:01:17 +0100 Subject: [PATCH] commands: remove faulty use of access attribute Signed-off-by: Christian Brauner --- src/lxc/commands.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lxc/commands.h b/src/lxc/commands.h index 63ba16933..42e917e5a 100644 --- a/src/lxc/commands.h +++ b/src/lxc/commands.h @@ -127,8 +127,7 @@ __hidden extern int lxc_cmd_get_seccomp_notify_fd(const char *name, const char * __hidden extern int lxc_cmd_get_cgroup_ctx(const char *name, const char *lxcpath, const char *controller, bool batch, size_t size_ret_ctx, - struct cgroup_ctx *ret_ctx) - __access_r(6, 5); + struct cgroup_ctx *ret_ctx); __hidden extern int lxc_cmd_seccomp_notify_add_listener(const char *name, const char *lxcpath, int fd, /* unused */ unsigned int command, /* unused */ unsigned int flags); -- 2.47.2