]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jul 2023 08:45:24 +0000 (16:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 12 Jul 2023 08:45:24 +0000 (16:45 +0800)
commit3e6eaa3cb2eea00d83561458d8eb1e24b77d28cb
tree5628788df613a7a49d90bc28c703ea1a6de53f74
parent7a6c7bac6a775a8175edd583018f990625630b17
Update Android port

* src/android.c (android_run_select_thread): Correctly return
the set of ready read and write descriptors on __ANDROID_API__ <
16 systems.
(android_select): Clear the set of ready file descriptors if
events from the event queue are present despite pselect failing.
src/android.c