chiark / gitweb /
ptyfwd: simplify how we handle vhangups a bit
[elogind.git] / src / shared / seccomp-util.h
index 6b63902f5df48b8a402be79a48230febcccef476..60d97154ec282edfc295aba514594d75dd4d2484 100644 (file)
@@ -21,6 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <seccomp.h>
 
 const char* seccomp_arch_to_string(uint32_t c);
 int seccomp_arch_from_string(const char *n, uint32_t *ret);
+
+int seccomp_add_secondary_archs(scmp_filter_ctx *c);