]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Mon, 1 May 2023 13:42:42 +0000 (21:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 May 2023 13:42:42 +0000 (21:42 +0800)
commitf92bdbc67754c77afcae95cb1ab237e2c5053ab2
treef3898c28ff76b3f1be56978e30d866318a615039
parent8a909927995738cf1103198f8086a42bf28a1d50
Update Android port

* exec/config.h.in: Update config.h.in.
* exec/configure.ac: Check for stpcpy and stpncpy.
* exec/exec.c (rpl_stpcpy, rpl_stpncpy): Define replacements
when they are not present on the system.
(process_program_header): Fill comment.
exec/config.h.in
exec/configure.ac
exec/exec.c