diff options
Diffstat (limited to 'gcc/ada/cio.c')
-rw-r--r-- | gcc/ada/cio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/cio.c b/gcc/ada/cio.c index fd85df9..81c6148 100644 --- a/gcc/ada/cio.c +++ b/gcc/ada/cio.c @@ -49,7 +49,7 @@ extern "C" { /* Don't use macros on GNU/Linux since they cause incompatible changes between glibc 2.0 and 2.1 */ -#ifdef linux +#ifdef __linux__ #undef putchar #undef getchar #undef fputc |