[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r3407 - in /fsf/trunk/libc: ChangeLog sysdeps/mach/hurd/bits/ioctls.h
- To: commits@xxxxxxxxxx
- Subject: [commits] r3407 - in /fsf/trunk/libc: ChangeLog sysdeps/mach/hurd/bits/ioctls.h
- From: eglibc@xxxxxxxxxx
- Date: Sat, 08 Sep 2007 07:03:34 -0000
Author: eglibc
Date: Sat Sep 8 00:03:30 2007
New Revision: 3407
Log:
Import glibc-mainline for 2007-09-08
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/sysdeps/mach/hurd/bits/ioctls.h
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Sep 8 00:03:30 2007
@@ -1,3 +1,7 @@
+2007-09-07 Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
+
+ * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
+
2007-09-05 Roland McGrath <roland@xxxxxxxxxx>
* manual/signal.texi (Signaling Another Process): Typo fix.
Modified: fsf/trunk/libc/sysdeps/mach/hurd/bits/ioctls.h
==============================================================================
--- fsf/trunk/libc/sysdeps/mach/hurd/bits/ioctls.h (original)
+++ fsf/trunk/libc/sysdeps/mach/hurd/bits/ioctls.h Sat Sep 8 00:03:30 2007
@@ -295,6 +295,7 @@
#define TAB0 0x00000000
#define TAB1 0x00000400 /* tty 37 */
#define TAB2 0x00000800
+#define TAB3 0x00000c00
#define XTABS 0x00000c00 /* expand tabs on output */
#define CRDLY 0x00003000 /* \r delay */
#define CRDELAY CRDLY /* traditional BSD name */