* system.h (STDERR_FILENO): Fix typo.
From-SVN: r26074
This commit is contained in:
parent
b080ce780a
commit
924d8a7cbd
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue