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 5a58a6bc47 Port Android port to older Android systems
* exec/config.h.in: Autoheader.
* exec/configure.ac: Check for declarations of stpcpy and
stpncpy.
* exec/exec.c (stpcpy, stpncpy): Use replacements if
declarations are not present; this happens when a new Android
NDK is building for an old version of Android.
2023-05-02 08:16:00 +08:00
..
config-mips.m4.in Update Android port 2023-05-01 11:28:22 +08:00
config.guess
config.h.in Port Android port to older Android systems 2023-05-02 08:16:00 +08:00
config.sub
configure.ac Port Android port to older Android systems 2023-05-02 08:16:00 +08:00
deps.mk
exec.c Port Android port to older Android systems 2023-05-02 08:16:00 +08:00
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 Update Android port 2023-05-01 11:28:22 +08:00
loader-mipsel.s
loader-x86.s
loader-x86_64.s
Makefile.in Update Android port 2023-05-01 11:28:22 +08:00
mipsel-user.h Update Android port 2023-05-01 11:28:22 +08:00
mipsfpu.c
mipsfpu.h
README
test.c
trace.c Fix cwd relative process execution on Android 2023-05-01 21:23:12 +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.