about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-05-06 00:07:02 +0000
committerRoland McGrath <roland@gnu.org>2008-05-06 00:07:02 +0000
commit8bb52dbf9b122c6dee3d734a5bb8af760017d6f0 (patch)
tree8e62baa33b843a796f9c65f0801e5b46820cc21d /ChangeLog
parent2256e43d7c90b608918fdaa5918571dc9261825c (diff)
downloadglibc-8bb52dbf9b122c6dee3d734a5bb8af760017d6f0.tar.gz
glibc-8bb52dbf9b122c6dee3d734a5bb8af760017d6f0.tar.xz
glibc-8bb52dbf9b122c6dee3d734a5bb8af760017d6f0.zip
* 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--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 203d382e65..07d5bab7fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.