]> git.eshelyaron.com Git - emacs.git/commit
Fix cwd relative process execution on Android
authorPo Lu <luangruo@yahoo.com>
Mon, 1 May 2023 13:23:12 +0000 (21:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 May 2023 13:23:12 +0000 (21:23 +0800)
commitb9de6e35b79cbc10909a856df6b1caa770bd4ac4
tree6cfbd5ef7419bcd80f26443b134cc1b3e5754780
parentda6f0d9c6fd4b2a097f02a6e8f1b2aa33a6bf307
Fix cwd relative process execution on Android

* exec/exec.c (format_pid): New function.
(exec_0): Make cwd relative file names relative to
/proc/pid/cwd.
* exec/trace.c (handle_exec): Handle EINTR.
(process_system_call): Report failure without clobbering x0.
exec/exec.c
exec/trace.c