aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-03-31 00:40:29 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-30 17:40:29 -0700
commit924d8a7cbd6d7905e2abb74ec169b64b03dc98ee (patch)
treea5cfe8f6dccaebf78e9c7ea64d292b510aabcded /gcc/system.h
parentb080ce780a30e3679658c5b569f015bdbdd5a912 (diff)
downloadgcc-924d8a7cbd6d7905e2abb74ec169b64b03dc98ee.zip
gcc-924d8a7cbd6d7905e2abb74ec169b64b03dc98ee.tar.gz
gcc-924d8a7cbd6d7905e2abb74ec169b64b03dc98ee.tar.bz2
* system.h (STDERR_FILENO): Fix typo.
From-SVN: r26074
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
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