From: Po Lu Date: Fri, 5 May 2023 02:57:26 +0000 (+0800) Subject: Update Android port X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5414f1797467b00ca4f75faf39c774b150fc509;p=emacs.git Update Android port * exec/trace.c (SYS_SECCOMP): Define when not present. --- diff --git a/exec/trace.c b/exec/trace.c index f9dd4d419f4..b765b5cffa4 100644 --- a/exec/trace.c +++ b/exec/trace.c @@ -46,6 +46,10 @@ along with GNU Emacs. If not, see . */ #include /* for process_vm_readv */ #endif /* HAVE_SYS_UIO_H */ +#ifndef SYS_SECCOMP +#define SYS_SECCOMP 1 +#endif /* SYS_SECCOMP */ + /* Program tracing functions.