summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:16:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:16:00 +0000
commitbfded728ec4c912f666df94867c118a1004b0165 (patch)
tree3eadb7ff7985ef295828741c6de0477ad1493193 /testsuites/libtests/termios/init.c
parentRemoved warning. (diff)
downloadrtems-bfded728ec4c912f666df94867c118a1004b0165.tar.bz2
Fixed warnings.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/termios/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c
index 96c7e0934e..067b82ac07 100644
--- a/testsuites/libtests/termios/init.c
+++ b/testsuites/libtests/termios/init.c
@@ -41,6 +41,8 @@ rtems_task Init (rtems_task_argument argument);
#include <errno.h>
#include <string.h>
+int fileno( FILE *stream); /* beyond ANSI */
+
/*
* Test raw (ICANON=0) input
*/