summaryrefslogtreecommitdiffhomepage
path: root/compat/process-list.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-05-31 06:54:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2020-05-31 06:54:33 +0200
commit8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 (patch)
tree93e59691ab2fc2d9c53a74f5f8a7d452dd10195f /compat/process-list.hpp
parentbc368174cb015f2291cb8dc2f3e2a5782b22cdc8 (diff)
kill the obsolete OS check macro
Diffstat (limited to 'compat/process-list.hpp')
-rw-r--r--compat/process-list.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/process-list.hpp b/compat/process-list.hpp
index d1f9999f..782dc0a4 100644
--- a/compat/process-list.hpp
+++ b/compat/process-list.hpp
@@ -129,7 +129,7 @@ static QStringList get_all_executable_names()
}
}
-#elif defined __linux
+#elif defined __linux__
#include <proc/readproc.h>
#include <cerrno>