mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 00:47:19 +08:00
* system.h (STDERR_FILENO): Fix typo.
From-SVN: r26074
This commit is contained in:
parent
b080ce780a
commit
924d8a7cbd
@ -1,5 +1,7 @@
|
||||
Wed Mar 31 00:50:48 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* system.h (STDERR_FILENO): Fix typo.
|
||||
|
||||
* inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
|
||||
* fixincl.x, inclhack.sh, fixincl.sh: Rebuilt.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user