Files
emacs/exec
Po Lu 30bc867aec Improve /proc/self/exe substitution on Android
* exec/configure.ac (USER_SWORD): New macro.

* exec/exec.c (format_pid): Export this function.

* exec/exec.h:

* exec/trace.c (canon_path): New function.
(handle_readlinkat, handle_openat): Test complete file name
against /proc/self/exe, and further check for /proc/pid/exe.
2024-03-14 13:45:48 +08:00
..
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +08:00
2024-01-02 10:30:05 +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.