]> git.eshelyaron.com Git - emacs.git/commit
Temporary fix for compilation on Android API levels <= 13
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Apr 2025 12:49:24 +0000 (20:49 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:41:32 +0000 (22:41 +0200)
commit0eeabc4018af54c66dccc4e4501581c162605e4c
tree7e7c73a96416e8e2f909f9361ff30ec5c0ce85f6
parentc0a946c682a0008bab8d6e46844af251169d93db
Temporary fix for compilation on Android API levels <= 13

* lib/getloadavg.c (getloadavg): Don't use sysinfo on Android
API levels <= 13.  This will be resolved in Gnulib shortly, with
any luck.

(cherry picked from commit 57966a3350e17b449697638d6adb1ed1d63bf8d5)
lib/getloadavg.c