1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-16 23:15:44 +03:00

Merge branch 'o_path' of https://github.com/cgzones/htop into cgzones-o_path

This commit is contained in:
Nathan Scott 2021-09-27 13:13:13 +10:00
commit 6f751d5929

@ -58,6 +58,10 @@ in the source distribution for its full text.
#include "LibSensors.h"
#endif
#ifndef O_PATH
#define O_PATH 010000000 // declare for ancient glibc versions
#endif
static long long btime = -1;