diff options
author | Roland McGrath <roland@gnu.org> | 2008-05-06 00:07:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-05-06 00:07:02 +0000 |
commit | 8bb52dbf9b122c6dee3d734a5bb8af760017d6f0 (patch) | |
tree | 8e62baa33b843a796f9c65f0801e5b46820cc21d /ChangeLog | |
parent | 2256e43d7c90b608918fdaa5918571dc9261825c (diff) | |
download | glibc-8bb52dbf9b122c6dee3d734a5bb8af760017d6f0.zip glibc-8bb52dbf9b122c6dee3d734a5bb8af760017d6f0.tar.gz glibc-8bb52dbf9b122c6dee3d734a5bb8af760017d6f0.tar.bz2 |
* sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
are already defined to avoid collision with termios.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,9 @@ Move *DLY definitions where they belong, in termios.h. Add *[0-3] definitions. Fixes confusion between VT and FF. - * bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, - FF1, BS0, BS1): Undefine these at start if they are already defined to - avoid collision with termios.h. + * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0, + CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they + are already defined to avoid collision with termios.h. (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros. * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0, TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise. |