diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-23 05:32:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-23 05:32:58 +0000 |
commit | 1ecceadd7a6d211bf0b65f38f6b7fe83def788f3 (patch) | |
tree | d4e2e4b0b3b5e107776f071e18e0ce2b2234c54c | |
parent | a9dbc75c78c145cafc79e6b94b3227c3eab08db9 (diff) | |
download | glibc-1ecceadd7a6d211bf0b65f38f6b7fe83def788f3.tar glibc-1ecceadd7a6d211bf0b65f38f6b7fe83def788f3.tar.gz glibc-1ecceadd7a6d211bf0b65f38f6b7fe83def788f3.tar.bz2 glibc-1ecceadd7a6d211bf0b65f38f6b7fe83def788f3.zip |
Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/unix/sysv/linux/alpha/speed.c (speeds): Add entry for
460800 baud.
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/speed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/speed.c b/sysdeps/unix/sysv/linux/alpha/speed.c index b61cfbbfe3..40bf6c50bb 100644 --- a/sysdeps/unix/sysv/linux/alpha/speed.c +++ b/sysdeps/unix/sysv/linux/alpha/speed.c @@ -42,6 +42,7 @@ static const speed_t speeds[] = 57600, 115200, 230400, + 460800, }; |