From: Christian Brauner Date: Wed, 24 Feb 2021 00:01:17 +0000 (+0100) Subject: commands: remove faulty use of access attribute X-Git-Tag: lxc-5.0.0~270^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ba94fb0a59ecf1c6824cadc1cf7553221d185b;p=thirdparty%2Flxc.git commands: remove faulty use of access attribute Signed-off-by: Christian Brauner --- 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);