aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-11 20:45:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-11 20:45:12 +0000
commitcf0fac8b90d3e22efd9e640203f735db14370be5 (patch)
tree3461687b6f337366bec09dbada8b883a5a8bc724 /sysdeps
parentf6a7345076a54c52391bfb280772b731c160b00c (diff)
downloadglibc-cf0fac8b90d3e22efd9e640203f735db14370be5.tar
glibc-cf0fac8b90d3e22efd9e640203f735db14370be5.tar.gz
glibc-cf0fac8b90d3e22efd9e640203f735db14370be5.tar.bz2
glibc-cf0fac8b90d3e22efd9e640203f735db14370be5.zip
Update.
2000-02-07 Thorsten Kukuk <kukuk@suse.de> * config.make.in: Add infodir. * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel header files.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/termios.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/termios.h b/sysdeps/unix/sysv/linux/sparc/bits/termios.h
index 9b2cd48a1a..43a2fa5870 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/termios.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/termios.h
@@ -1,5 +1,5 @@
/* termios type and macro definitions. Linux/SPARC version.
- Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000 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
@@ -145,6 +145,22 @@ struct termios
#define B115200 0x00010002
#define B230400 0x00010003
#define B460800 0x00010004
+#define B76800 0x00001005
+#define B153600 0x00001006
+#define B307200 0x00001007
+#define B614400 0x00001008
+#define B921600 0x00001009
+#define B500000 0x0000100a
+#define B576000 0x0000100b
+#define B1000000 0x0000100c
+#define B1152000 0x0000100d
+#define B1500000 0x0000100e
+#define B2000000 0x0000100f
+#define B2500000 0x00001010
+#define B3000000 0x00001011
+#define B3500000 0x00001012
+#define B4000000 0x00001013
+
#define CIBAUD 0x100f0000 /* input baud rate (not used) */
#define CMSPAR 0x40000000 /* mark or space (stick) parity */
#define CRTSCTS 0x80000000 /* flow control */