(OLCUC): use 1<<9, since that's what hurd is already using

This commit is contained in:
Roland McGrath 1999-07-24 00:18:21 +00:00
parent 1ad3e19980
commit 05a6acd0b0
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ struct termios
# define ONOEOT (1 << 3) /* Discard EOT (^D) on output. */
#endif
#ifdef __USE_GNU
# define OLCUC (1 << 8) /* Translate lower case output to upper case */
# define OLCUC (1 << 9) /* Translate lower case output to upper case */
#endif
/* Control modes. */

View File

@ -97,7 +97,7 @@ struct termios
# define ONOEOT (1 << 3) /* Discard EOT (^D) on output. */
#endif
#ifdef __USE_GNU
# define OLCUC (1 << 8) /* Translate lower case output to upper case */
# define OLCUC (1 << 9) /* Translate lower case output to upper case */
#endif
/* Control modes. */