summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-24 19:29:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-24 19:29:01 +0000
commit5a5bd13bacec692533f2a03817391732e20f5a52 (patch)
tree1636d6634eeb49b1658094109ea03f6c1c818a54 /c/src/lib/libc
parentChanged prototype of read routine. (diff)
downloadrtems-5a5bd13bacec692533f2a03817391732e20f5a52.tar.bz2
added katsutoshi Shibuya
Diffstat (limited to 'c/src/lib/libc')
-rw-r--r--c/src/lib/libc/termios.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libc/termios.c b/c/src/lib/libc/termios.c
index ef4b593a80..8d365ae3f0 100644
--- a/c/src/lib/libc/termios.c
+++ b/c/src/lib/libc/termios.c
@@ -1,13 +1,20 @@
/*
* TERMIOS serial line support
*
- * Author:
+ * Authors:
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*
+ * AND
+ *
+ * Katsutoshi Shibuya
+ * BU Denken Co.,Ltd.
+ * Sapporo, JAPAN
+ * shibuya@mxb.meshnet.or.jp
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.