mirror of https://github.com/xzeldon/htop.git
Merge branch 'o_path' of https://github.com/cgzones/htop into cgzones-o_path
This commit is contained in:
commit
6f751d5929
|
@ -58,6 +58,10 @@ in the source distribution for its full text.
|
||||||
#include "LibSensors.h"
|
#include "LibSensors.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_PATH
|
||||||
|
#define O_PATH 010000000 // declare for ancient glibc versions
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static long long btime = -1;
|
static long long btime = -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue