mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(OLCUC): use 1<<9, since that's what hurd is already using
This commit is contained in:
parent
1ad3e19980
commit
05a6acd0b0
@ -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. */
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user