Update Android port
* exec/trace.c (SYS_SECCOMP): Define when not present.
This commit is contained in:
parent
daccdf7e6d
commit
d5414f1797
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue