aboutsummaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
Diffstat (limited to 'bits')
-rw-r--r--bits/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/termios.h b/bits/termios.h
index aeb40e7..d96a1a8 100644
--- a/bits/termios.h
+++ b/bits/termios.h
@@ -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. */