]> git.eshelyaron.com Git - emacs.git/commit
Port Android port to older Android systems
authorPo Lu <luangruo@yahoo.com>
Tue, 2 May 2023 00:16:00 +0000 (08:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 2 May 2023 00:16:00 +0000 (08:16 +0800)
commit5a58a6bc477f290ee0b8a6111e92df56ff538719
tree216f697e7ad5d12361a799c6dbcc6b7e860e9a19
parent86b7ed619c7d7da035915b8c75b427ed66801123
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.
exec/config.h.in
exec/configure.ac
exec/exec.c