mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 10:23:24 +00:00
Instead of trying to read /proc/uptime, which is not allowed on Android, we patch procps to use the sysinfo(2) syscall to figure out the uptime. This should fix at least "ps -o etime".