Files
emacs/exec
Po Lu b331bf6d8a Correct build on systems without PAGE_MASK
* exec/exec.c (write_load_command) <PAGE_MASK, PAGE_SIZE>:
Uniformly define even if !HAVE_GETPAGESIZE.
2023-09-18 14:16:40 +08:00
..
2023-04-30 21:37:19 +08:00
2023-04-30 21:37:19 +08:00
2023-04-30 21:37:19 +08:00
2023-04-30 21:37:19 +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.