summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/tcflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/tcflow.c')
-rw-r--r--cpukit/libcsupport/src/tcflow.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/tcflow.c b/cpukit/libcsupport/src/tcflow.c
index edd056952f..7de2e98cdf 100644
--- a/cpukit/libcsupport/src/tcflow.c
+++ b/cpukit/libcsupport/src/tcflow.c
@@ -1,6 +1,11 @@
-/*
- * tcflow() - POSIX 1003.1b 7.2.2 - Line Control Functions
+/**
+ * @file
*
+ * @brief Line Control Functions
+ * @ingroup Termios
+ */
+
+/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
@@ -29,6 +34,7 @@ int tcflow (
case TCOON:
case TCIOFF:
case TCION:
+ break;
default:
rtems_set_errno_and_return_minus_one( EINVAL );
}