Files
emacs/exec
Po Lu 2ba6c5035c Update Android port
* doc/emacs/android.texi (Android Environment): Document lossage
with SIGSTOP.
* exec/exec.c (exec_0): Check X_OK on file being opened.  Also
handle /proc/self/exe.
2023-05-05 12:10:14 +08:00
..
2023-05-01 11:28:22 +08:00
2023-05-03 17:01:44 +08:00
2023-05-03 17:01:44 +08:00
2023-05-05 12:10:14 +08:00
2023-05-02 20:45:57 +08:00
2023-05-03 09:23:06 +08:00
2023-05-03 07:53:38 +08:00
2023-05-01 11:28:22 +08:00
2023-05-05 10:57:26 +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.