summaryrefslogtreecommitdiff
path: root/src/pal/src/init
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/init')
-rw-r--r--src/pal/src/init/pal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/init/pal.cpp b/src/pal/src/init/pal.cpp
index 10871aadaa..0855a00cee 100644
--- a/src/pal/src/init/pal.cpp
+++ b/src/pal/src/init/pal.cpp
@@ -670,7 +670,7 @@ BOOL
PALAPI
PAL_IsDebuggerPresent()
{
-#if defined(__LINUX__)
+#if defined(__linux__)
BOOL debugger_present = FALSE;
char buf[2048];