summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests
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 /c/src/tests/libtests
parentRemoved warning. (diff)
downloadrtems-bfded728ec4c912f666df94867c118a1004b0165.tar.bz2
Fixed warnings.
Diffstat (limited to 'c/src/tests/libtests')
-rw-r--r--c/src/tests/libtests/termios/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/libtests/termios/init.c b/c/src/tests/libtests/termios/init.c
index 96c7e0934e..067b82ac07 100644
--- a/c/src/tests/libtests/termios/init.c
+++ b/c/src/tests/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
*/