Skip to content

Commit

Permalink
* sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Sep 7, 2007
1 parent 94733ae commit af2f25a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/mach/hurd/bits/ioctls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit af2f25a

Please sign in to comment.