From: Roland McGrath Date: Sat, 24 Jul 1999 00:12:16 +0000 (+0000) Subject: 1999-07-23 Roland McGrath X-Git-Tag: cvs/pre-glibc-2_1_3~599 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ad3e19980910975be712bed9fb0b68192f12ed7;p=thirdparty%2Fglibc.git 1999-07-23 Roland McGrath * 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. --- diff --git a/ChangeLog b/ChangeLog index 0cec1fc6313..680db9396ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-07-23 Roland McGrath + + * 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 * include/libintl.h: Undefine N_ and _ first to avoid warnings.