mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
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…
x
Reference in New Issue
Block a user