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
1 changed files with 4 additions and 0 deletions

View File

@ -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;