summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-13 02:17:12 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-13 02:17:12 +0000
commit7f4311e8bf2aeb646afabe37ba9d78441e548bc4 (patch)
tree5f30a4ac44e1b1bfddca75f6533680c35c5dc1c4 /sysdeps/unix/sysv/linux/powerpc
parent99444c144ed6d1b03c90e851456c676653487110 (diff)
Update.
2004-05-12 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS equal to TAB3.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/bits/termios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/termios.h b/sysdeps/unix/sysv/linux/powerpc/bits/termios.h
index 0a05d45bf2..8a420cb69c 100644
--- a/sysdeps/unix/sysv/linux/powerpc/bits/termios.h
+++ b/sysdeps/unix/sysv/linux/powerpc/bits/termios.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997,1999,2001,2003 Free Software Foundation, Inc.
+/* Copyright (C) 1997,1999,2001,2003,2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -102,6 +102,7 @@ struct termios {
#define TAB1 00002000
#define TAB2 00004000
#define TAB3 00006000
+#define XTABS 00006000 /* Required by POSIX to be == TAB3. */
#define CRDLY 00030000
#define CR0 00000000
#define CR1 00010000
@@ -116,7 +117,6 @@ struct termios {
#define VTDLY 00200000
#define VT0 00000000
#define VT1 00200000
-#define XTABS 01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */
/* c_cflag bit meaning */
#define CBAUD 0000377