Unverified Commit 16512e0c by Stéphane Graber Committed by GitHub

Merge pull request #3039 from brauner/master

seccomp: add ifdefine for SECCOMP_FILTER_FLAG_NEW_LISTENER
parents b322965e fe02f63c
......@@ -45,6 +45,10 @@ struct lxc_conf;
struct lxc_epoll_descr;
struct lxc_handler;
#ifndef SECCOMP_FILTER_FLAG_NEW_LISTENER
#define SECCOMP_FILTER_FLAG_NEW_LISTENER (1UL << 3)
#endif
#ifdef HAVE_SECCOMP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment