mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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. */
|
# define ONOEOT (1 << 3) /* Discard EOT (^D) on output. */
|
||||||
#endif
|
#endif
|
||||||
#ifdef __USE_GNU
|
#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
|
#endif
|
||||||
|
|
||||||
/* Control modes. */
|
/* Control modes. */
|
||||||
|
@ -97,7 +97,7 @@ struct termios
|
|||||||
# define ONOEOT (1 << 3) /* Discard EOT (^D) on output. */
|
# define ONOEOT (1 << 3) /* Discard EOT (^D) on output. */
|
||||||
#endif
|
#endif
|
||||||
#ifdef __USE_GNU
|
#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
|
#endif
|
||||||
|
|
||||||
/* Control modes. */
|
/* Control modes. */
|
||||||
|
Reference in New Issue
Block a user