Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
	equal to TAB3.
  • Loading branch information
Ulrich Drepper committed May 13, 2004
1 parent 99444c1 commit 7f4311e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-05-12 Steven Munroe <sjmunroe@us.ibm.com>

* sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
equal to TAB3.

2004-05-12 Ulrich Drepper <drepper@redhat.com>

* elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/unix/sysv/linux/powerpc/bits/termios.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1997,1999,2001,2003 Free Software Foundation, Inc.
/* Copyright (C) 1997,1999,2001,2003,2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -102,6 +102,7 @@ struct termios {
#define TAB1 00002000
#define TAB2 00004000
#define TAB3 00006000
#define XTABS 00006000 /* Required by POSIX to be == TAB3. */
#define CRDLY 00030000
#define CR0 00000000
#define CR1 00010000
Expand All @@ -116,7 +117,6 @@ struct termios {
#define VTDLY 00200000
#define VT0 00000000
#define VT1 00200000
#define XTABS 01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */

/* c_cflag bit meaning */
#define CBAUD 0000377
Expand Down

0 comments on commit 7f4311e

Please sign in to comment.