Android fixes

This commit is contained in:
Your Name
2022-08-01 08:10:45 +01:00
parent 4b9c560b07
commit 7b6743f14c
5 changed files with 108 additions and 23 deletions

View File

@ -1,7 +1,7 @@
#ifndef _SECCOMP_H
#define _SECCOMP_H
#ifndef __APPLE__
#if !defined(__APPLE__) && !defined(__ANDROID__)
#include <stdint.h>
#include <linux/filter.h>