mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
faabbaa71e
O_PATH is available since Linux 2.6.39, but we are using fstat(2) on the returned file descriptor in LinuxProcessList_statProcessDir(), which is only supported since Linux 3.6. Fixes #534