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


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

> 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   `------------------------

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