]> git.eshelyaron.com Git - emacs.git/commit
Port Proced to Android
authorPo Lu <luangruo@yahoo.com>
Thu, 7 Sep 2023 01:35:59 +0000 (09:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 7 Sep 2023 01:35:59 +0000 (09:35 +0800)
commit8b25edfbda6ed8973b483f700571e00a60f27002
tree994ff56260b8f6d582400ac511ee42f0cfa8af3e
parent241616831024c9c9fe2b2378b611db0a560b9675
Port Proced to Android

* configure.ac (HAVE_PROCFS): Define if opsys is `android'.

* src/android.c (android_set_task_name): New function.
(android_run_select_thread, android_run_debug_thread): Set the
name of the LWP for debugging purposes.

* src/process.c (create_process): Set F_SETPIPE_SZ on Android in
addition to GNU/Linux.

* src/sysdep.c (procfs_ttyname, system_process_attributes)
[__ANDROID__]: Enable procfs_ttyname on Android systems.
configure.ac
src/android.c
src/process.c
src/sysdep.c