summaryrefslogtreecommitdiffstats
path: root/wsd
diff options
context:
space:
mode:
authorGleb Popov <6yearold@gmail.com>2020-11-17 10:24:18 +0400
committerMichael Meeks <michael.meeks@collabora.com>2020-11-17 09:21:45 +0000
commitf7faaad7901b7e772ba155ff18888b53ec975dfa (patch)
tree8c34b0d44959f19bf305a1441cbac7bef0996aab /wsd
parentRotate watermark pixels by 45 degree (diff)
downloadonline-f7faaad7901b7e772ba155ff18888b53ec975dfa.tar.gz
online-f7faaad7901b7e772ba155ff18888b53ec975dfa.zip
Replace all `__linux` in CPP conditions with `__linux__`.
Signed-off-by: Gleb Popov <6yearold@gmail.com> Change-Id: If3e213b1cf1f3c4ab960276fc6edfb71f9416420
Diffstat (limited to 'wsd')
-rw-r--r--wsd/LOOLWSD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 7a3d94251d..34e02e4ba2 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3881,7 +3881,7 @@ int LOOLWSD::innerMain()
#endif
#if !MOBILEAPP
-# ifdef __linux
+# ifdef __linux__
// down-pay all the forkit linking cost once & early.
setenv("LD_BIND_NOW", "1", 1);
# endif