Update Android port

* exec/trace.c (SYS_SECCOMP): Define when not present.
This commit is contained in:
Po Lu 2023-05-05 10:57:26 +08:00
parent daccdf7e6d
commit d5414f1797

View file

@ -46,6 +46,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <sys/uio.h> /* for process_vm_readv */
#endif /* HAVE_SYS_UIO_H */
#ifndef SYS_SECCOMP
#define SYS_SECCOMP 1
#endif /* SYS_SECCOMP */
/* Program tracing functions.