]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Tue, 2 May 2023 12:45:57 +0000 (20:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 2 May 2023 12:45:57 +0000 (20:45 +0800)
commitc47716f95b8fda9438047d2683a415a65c18ecbd
tree947c45293556f41ce02426889890b3442f2b7b36
parentf4512cca0b996e5343ebe57511f45a29f64c4a8e
Update Android port

* exec/config.h.in (__bool_true_false_are_defined):
* exec/configure.ac (REENTRANT): New definition.
(READLINKAT_SYSCALL, READLINK_SYSCALL): New defines.  Set on all
hosts.
* exec/exec.c (MIN, MAX): Remove redundant declarations.  Move
to config.h.
(exec_0): Copy name of executable into NAME when !REENTRANT.
* exec/exec.h (struct exec_tracee): New struct `exec_file'.
* exec/trace.c (remove_tracee, handle_exec, handle_readlinkat)
(process_system_call, after_fork): Handle readlinkat system
calls.
exec/config.h.in
exec/configure.ac
exec/exec.c
exec/exec.h
exec/trace.c