]> git.eshelyaron.com Git - emacs.git/commit
Fix another cause of superfluous inotify signals on Android
authorPo Lu <luangruo@yahoo.com>
Fri, 19 Jan 2024 12:51:24 +0000 (20:51 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Jan 2024 09:07:03 +0000 (10:07 +0100)
commitc4b570f48921929974c3bbc79660127e68ac8bf0
treeb549d52854ec3984dd9fa38a147e10c143fa2e09
parent207ebf37a824e345256943d2c577e44932b68adf
Fix another cause of superfluous inotify signals on Android

* src/android.c (android_select): If the event queue isn't
empty upon the initial check, clear all fdsets.

(cherry picked from commit bd5bfc29137b6e452e1900a1fc3cf09e77959133)
src/android.c