Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-29 02:26:36 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-05-29 02:26:36 +0400
commitb1f07180b5e7897f07e390e020b307e6496c9cb1 (patch)
treea2214ac6ac09c310f7fbd8c42a48f5cc58b2e4f1 /newlib/libc/sys/linux/machine/i386
parentab72c934da3502f2dcb0f52199675a0d939c039c (diff)
2002-05-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Add support for cfspeed.c and tcsendbrk.c. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/termios.c: Add tcflow(), tcflush(), tcgetpgrp(), and tcsetpgrp() functions. * libc/sys/linux/sys/termios.h: Add include of machine/termios.h to get __MAX_BAUD rate. * libc/sys/linux/machine/i386/include/termios.h: New file. * libc/include/machine/termios.h: Ditto. * libc/sys/linux/cfspeed.c: Ditto. * libc/sys/linux/tcsendbrk.c: Ditto.
Diffstat (limited to 'newlib/libc/sys/linux/machine/i386')
-rw-r--r--newlib/libc/sys/linux/machine/i386/include/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/machine/i386/include/termios.h b/newlib/libc/sys/linux/machine/i386/include/termios.h
new file mode 100644
index 000000000..ffbbed8ce
--- /dev/null
+++ b/newlib/libc/sys/linux/machine/i386/include/termios.h
@@ -0,0 +1 @@
+#define __MAX_BAUD B4000000