From 4dc0fd685bf9892cdeb93bebc8d734a68dd95311 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Jan 1998 22:22:25 +0000 Subject: Patch from Eric Norum: With this in place, it is possible to fdopen a TCP stream socket and getc/fprintf/etc. on the STDIO stream! --- c/src/lib/libc/termios.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/libc/termios.c') diff --git a/c/src/lib/libc/termios.c b/c/src/lib/libc/termios.c index 8512fd6e14..85e171bd16 100644 --- a/c/src/lib/libc/termios.c +++ b/c/src/lib/libc/termios.c @@ -113,6 +113,7 @@ struct rtems_termios_tty { int (*read)(int minor); int (*write)(int minor, const char *buf, int len); }; + static struct rtems_termios_tty *ttyHead, *ttyTail; static rtems_id ttyMutex; -- cgit v1.2.3