emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android d5414f17974: Update Android port


From: Po Lu
Subject: feature/android d5414f17974: Update Android port
Date: Thu, 4 May 2023 22:59:21 -0400 (EDT)

branch: feature/android
commit d5414f1797467b00ca4f75faf39c774b150fc509
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Update Android port
    
    * exec/trace.c (SYS_SECCOMP): Define when not present.
---
 exec/trace.c | 4 ++++
 1 file changed, 4 insertions(+)

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 
<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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]