diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-24 00:12:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-24 00:12:16 +0000 |
commit | 1ad3e19980910975be712bed9fb0b68192f12ed7 (patch) | |
tree | ecdaf3f1f6d5c9a3af0ea0105ec8dce7ec42f8c1 | |
parent | 5f0b70fecfd990442256a0f472ebf94e92f52cc7 (diff) | |
download | glibc-1ad3e19980910975be712bed9fb0b68192f12ed7.tar glibc-1ad3e19980910975be712bed9fb0b68192f12ed7.tar.gz glibc-1ad3e19980910975be712bed9fb0b68192f12ed7.tar.bz2 glibc-1ad3e19980910975be712bed9fb0b68192f12ed7.zip |
1999-07-23 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/bits/termios.h (ONOEOT): Change value to 1<<3, to
match BSD value; previous value of 1<<8 was a typo. I bet nothing
ever used this, so I'm not going to worry about compatibility.
[__USE_GNU] (IUCLC, OLCUC): New macros.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1999-07-23 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/generic/bits/termios.h (ONOEOT): Change value to 1<<3, to + match BSD value; previous value of 1<<8 was a typo. I bet nothing + ever used this, so I'm not going to worry about compatibility. + [__USE_GNU] (IUCLC, OLCUC): New macros. + 1999-07-23 Ulrich Drepper <drepper@cygnus.com> * include/libintl.h: Undefine N_ and _ first to avoid warnings. |