]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
commands: remove faulty use of access attribute
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 24 Feb 2021 00:01:17 +0000 (01:01 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 24 Feb 2021 00:01:17 +0000 (01:01 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/commands.h

index 63ba169334dc6187998324069efc0f5ded0464a5..42e917e5a4a13370b23e13f74b0685107650cd30 100644 (file)
@@ -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);