diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 7d62ed9..9ff3773 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -484,7 +484,7 @@ extern void abort (); #ifndef STDOUT_FILENO # define STDOUT_FILENO 1 #endif -#ifndef STDOUT_FILENO +#ifndef STDERR_FILENO # define STDERR_FILENO 2 #endif |