]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
authorRoland McGrath <roland@gnu.org>
Fri, 7 Sep 2007 20:39:01 +0000 (20:39 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 7 Sep 2007 20:39:01 +0000 (20:39 +0000)
ChangeLog
sysdeps/mach/hurd/bits/ioctls.h

index cd189dcf683f0b3f57e34e0ae2d3ff1c2c2ba5ac..6117f1a8929035f2a38b8cb3cd3574e724fe098b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9e0b18e451a129443a6c5e37a6c6c0c41fb9e817..c9d313519c250a152bd455a60b3afbeff9c9c635 100644 (file)
@@ -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 */
This page took 0.05281 seconds and 5 git commands to generate.