From af2f25a163e3c67f437a68db22d6868042cb33cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 7 Sep 2007 20:39:01 +0000 Subject: * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro. --- sysdeps/mach/hurd/bits/ioctls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/bits/ioctls.h b/sysdeps/mach/hurd/bits/ioctls.h index 9e0b18e451..c9d313519c 100644 --- a/sysdeps/mach/hurd/bits/ioctls.h +++ b/sysdeps/mach/hurd/bits/ioctls.h @@ -295,6 +295,7 @@ enum __ioctl_datum { IOC_8, IOC_16, IOC_32, IOC_64 }; #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 */ -- cgit 1.4.1