diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-19 12:28:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-19 12:28:57 +0000 |
commit | 49a71f927c48110ca78325005616c17ba0c08125 (patch) | |
tree | c7438374195ebc934d04911f607b2b8fc0a4203c /sysdeps/unix/sysv/linux/powerpc | |
parent | 36fe9ac901177d677c7dced4b71e5fcd8c68a32d (diff) | |
download | glibc-49a71f927c48110ca78325005616c17ba0c08125.tar.gz glibc-49a71f927c48110ca78325005616c17ba0c08125.tar.xz glibc-49a71f927c48110ca78325005616c17ba0c08125.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add baud rates > 460800. * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/bits/termios.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/termios.h b/sysdeps/unix/sysv/linux/powerpc/bits/termios.h index 1bd2b159e8..446309584a 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 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999 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 @@ -143,6 +143,17 @@ struct termios { #define B115200 00021 #define B230400 00022 #define B460800 00023 +#define B500000 00024 +#define B576000 00025 +#define B921600 00026 +#define B1000000 00027 +#define B1152000 00030 +#define B1500000 00031 +#define B2000000 00032 +#define B2500000 00033 +#define B3000000 00034 +#define B3500000 00035 +#define B4000000 00036 #define CSIZE 00001400 #define CS5 00000000 |