diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/system.h | 2 |
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. |