mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
(OLCUC): use 1<<9, since that's what hurd is already using
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user