about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h
index 7e2cb59f6..1a96fdffd 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -37,7 +37,7 @@
 #endif
 #endif
 
-#if defined(__linux) || defined(__GLIBC__)
+#if defined(__linux) || defined(__GNU__)
 /*
  * Turn on numerous extensions.
  * This is in order to get the functions for manipulating /dev/ptmx.