Files
emacs/exec
Po Lu b9de6e35b7 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.
2023-05-01 21:23:12 +08:00
..
2023-05-01 11:28:22 +08:00
2023-05-01 11:28:22 +08:00
2023-05-01 11:28:22 +08:00
2023-05-01 11:28:22 +08:00
2023-05-01 11:28:22 +08:00

This directory holds the source code to a library used to replace the
`execve' and `execveat' system calls, used by the Android port of
Emacs to start executables without intervention from the system.