mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-10 03:04:36 +03:00
Merge branch 'o_path' of https://github.com/cgzones/htop into cgzones-o_path
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user