summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/tcsetattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/tcsetattr.c')
-rw-r--r--cpukit/libcsupport/src/tcsetattr.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/tcsetattr.c b/cpukit/libcsupport/src/tcsetattr.c
index f0f3b55ecc..07a71ba7d0 100644
--- a/cpukit/libcsupport/src/tcsetattr.c
+++ b/cpukit/libcsupport/src/tcsetattr.c
@@ -1,6 +1,11 @@
-/*
- * tcsetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
+/**
+ * @file
*
+ * @brief Get and Set State
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -26,6 +31,9 @@
#include <rtems/libio_.h>
#include <rtems/seterr.h>
+/**
+ * POSIX 1003.1b 7.2.1 - Get and Set State
+ */
int tcsetattr(
int fd,
int opt,