diff options
author | Roland McGrath <roland@gnu.org> | 2003-09-10 19:16:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-09-10 19:16:18 +0000 |
commit | c6416bfa64907504d4c562cfe8df3ffeb6e5c14f (patch) | |
tree | 1cc70def8a618d1314b7b64da4a303c098c83f39 | |
parent | e99e03878b01767e8a7fa191cfdc9a11dfe0feab (diff) | |
download | glibc-c6416bfa64907504d4c562cfe8df3ffeb6e5c14f.zip glibc-c6416bfa64907504d4c562cfe8df3ffeb6e5c14f.tar.gz glibc-c6416bfa64907504d4c562cfe8df3ffeb6e5c14f.tar.bz2 |
* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr):
Don't use c_ispeed under [! _HAVE_STRUCT_TERMIOS_C_ISPEED].
Don't use c_ospeed under [! _HAVE_STRUCT_TERMIOS_C_OSPEED].
* sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
Reported by Daniel Jacobowitz <drow@mvista.com>.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-09-10 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): + Don't use c_ispeed under [! _HAVE_STRUCT_TERMIOS_C_ISPEED]. + Don't use c_ospeed under [! _HAVE_STRUCT_TERMIOS_C_OSPEED]. + * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise. + Reported by Daniel Jacobowitz <drow@mvista.com>. + 2003-09-10 Jakub Jelinek <jakub@redhat.com> * string/Makefile (strop-tests): Add memccpy. |