This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bits/termios.h on SPARC



Hi,

On Sun, Feb 13, Ulrich Drepper wrote:

> I haven't seen a reply to Thorsten mail.  Do we have to change something?

I haven't got an answer. I would say we need to change it. Why should
the defines in glibc should be different from the kernel, if we don't
have a wrapper ?
  
  Thorsten

> 
> > In bits/termios.h, we define:
> > 
> > #define CBAUDEX  0x00010000
> > #define  B57600  0x00010001
> > #define  B115200 0x00010002
> > #define  B230400 0x00010003
> > #define  B460800 0x00010004
> > 
> > 
> > But in the kernel header file we have:
> > 
> > #define CBAUDEX   0x00001000
> > #define  B57600   0x00001001
> > #define  B115200  0x00001002
> > #define  B230400  0x00001003
> > #define  B460800  0x00001004
> > 
> > Could it be that the glibc header file is wrong here ?
> 
> -- 
> ---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
> Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
> Red Hat          `--' drepper at redhat.com   `------------------------

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/       kukuk@suse.de
SuSE GmbH            Schanzaeckerstr. 10            90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]