diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-14 00:21:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-14 00:21:01 +0000 |
commit | 99e859a48847cdec924cf5d4b201c8c496bba69c (patch) | |
tree | 24dff4e3d17b8efe6830d46671d4315bdf5ac528 /sysdeps | |
parent | 791746df786eed14b94c57d266e82b353ed0090b (diff) | |
download | glibc-99e859a48847cdec924cf5d4b201c8c496bba69c.tar glibc-99e859a48847cdec924cf5d4b201c8c496bba69c.tar.gz glibc-99e859a48847cdec924cf5d4b201c8c496bba69c.tar.bz2 glibc-99e859a48847cdec924cf5d4b201c8c496bba69c.zip |
Define __MAX_BAUD.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/termios.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/termios.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/termios.h b/sysdeps/unix/sysv/linux/alpha/bits/termios.h index bfd64ee99a..13e17b7b43 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/termios.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/termios.h @@ -150,6 +150,8 @@ struct termios #define B3500000 00035 #define B4000000 00036 +#define __MAX_BAUD B4000000 + #define CSIZE 00001400 #define CS5 00000000 #define CS6 00000400 diff --git a/sysdeps/unix/sysv/linux/mips/bits/termios.h b/sysdeps/unix/sysv/linux/mips/bits/termios.h index f7abe474df..ca6b648548 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/termios.h +++ b/sysdeps/unix/sysv/linux/mips/bits/termios.h @@ -214,6 +214,7 @@ struct termios # define B3000000 0010015 # define B3500000 0010016 # define B4000000 0010017 +# define __MAX_BAUD B4000000 # define CIBAUD 002003600000 /* input baud rate (not used) */ # define CRTSCTS 020000000000 /* flow control */ #endif |