]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 3 May 2023 09:01:44 +0000 (17:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 3 May 2023 09:01:44 +0000 (17:01 +0800)
commitb0d6c6737260f10407a734b2e4811afa1516d79a
tree7e8deb2d180ae92620f81e3f78ffa8c476846c49
parent7b3c774bcee29fa0a13f38a60ddebc6fbdbedd0e
Update Android port

* exec/config.h.in: Autoheader.
* exec/configure.ac: Check for siginfo_t.si_syscall.
* exec/trace.c (exec_waitpid): If SIGSYS is received, and caused by
seccomp, drop it should the call number be the invalid system call
used by Emacs.
exec/config.h.in
exec/configure.ac
exec/trace.c