1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/exec
Po Lu 5550816f59 Work around system restrictions regarding exec
* doc/emacs/android.texi (Android Environment): Document
`android-use-exec-loader'.
* exec/exec1.c (main): Set program group of child process.
* src/android.c (android_rewrite_spawn_argv): New function.
* src/android.h: Update prototypes.
* src/androidfns.c (syms_of_androidfns): New variable
`android_use_exec_loader'.
* src/callproc.c (emacs_spawn): Rewrite the argument vector to
use exec1 if necessary.
2023-05-01 09:31:58 +08:00
..
config-mips.m4.in
config.guess
config.h.in
config.sub
configure.ac
deps.mk
exec.c
exec.h
exec1.c Work around system restrictions regarding exec 2023-05-01 09:31:58 +08:00
install-sh
loader-aarch64.s
loader-armeabi.s
loader-mips64el.s
loader-mipsel.s
loader-x86.s
loader-x86_64.s
Makefile.in
mipsel-user.h
mipsfpu.c
mipsfpu.h
README
test.c
trace.c

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.