diff options
author | Roland McGrath <roland@gnu.org> | 2007-09-07 20:39:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-09-07 20:39:01 +0000 |
commit | af2f25a163e3c67f437a68db22d6868042cb33cc (patch) | |
tree | 43800860dd96913fc2ffff020023b9bbe5c9ffd7 | |
parent | 94733ae0436e6b82d9ce7d04b82c9bfd1d5b70b7 (diff) | |
download | glibc-af2f25a163e3c67f437a68db22d6868042cb33cc.zip glibc-af2f25a163e3c67f437a68db22d6868042cb33cc.tar.gz glibc-af2f25a163e3c67f437a68db22d6868042cb33cc.tar.bz2 |
* sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/mach/hurd/bits/ioctls.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro. + 2007-09-05 Roland McGrath <roland@redhat.com> * manual/signal.texi (Signaling Another Process): Typo fix. diff --git a/sysdeps/mach/hurd/bits/ioctls.h b/sysdeps/mach/hurd/bits/ioctls.h index 9e0b18e..c9d3135 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 */ |