[PATCH] Add TABDLY to GNU/Hurd
Samuel Thibault
samuel.thibault@ens-lyon.org
Fri Aug 10 22:04:00 GMT 2007
Hi,
POSIX defines the TABDLY macro, not TBDELAY (provided by GNU/Hurd), here
is a patch that adds TABDLY to GNU/Hurd.
Samuel
-------------- next part --------------
2007-10-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/mach/hurd/bits/ioctls.h (TABDLY): New macro.
Index: sysdeps/mach/hurd/bits/ioctls.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/bits/ioctls.h,v
retrieving revision 1.8
diff -u -p -r1.8 ioctls.h
--- sysdeps/mach/hurd/bits/ioctls.h 7 Jan 2006 23:29:39 -0000 1.8
+++ sysdeps/mach/hurd/bits/ioctls.h 10 Aug 2007 21:52:05 -0000
@@ -290,6 +290,7 @@
#define NL2 0x00000200 /* vt05 */
#define NL3 0x00000300
#define TBDELAY 0x00000c00 /* horizontal tab delay */
+#define TABDLY 0x00000c00 /* horizontal tab delay */
#define TAB0 0x00000000
#define TAB1 0x00000400 /* tty 37 */
#define TAB2 0x00000800
More information about the Libc-alpha
mailing list