bits/termios.h on SPARC

Thorsten Kukuk kukuk@suse.de
Tue Feb 8 04:39:00 GMT 2000


Hi,

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 ?

  Thorsten
-- 
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.


More information about the Libc-hacker mailing list