2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-18 14:30:43 +08:00

(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
bits
sysdeps/generic/bits

@ -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. */