summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/ioctl.c')
-rw-r--r--cpukit/libcsupport/src/ioctl.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/ioctl.c b/cpukit/libcsupport/src/ioctl.c
index 4a6a2ef66f..b583722d59 100644
--- a/cpukit/libcsupport/src/ioctl.c
+++ b/cpukit/libcsupport/src/ioctl.c
@@ -1,6 +1,11 @@
-/*
- * ioctl() system call
+/**
+ * @file
*
+ * @brief ioctl() system call
+ * @ingroup libcsupport
+ */
+
+/*
* This routine is not defined in the POSIX 1003.1b standard but is
* commonly supported on most UNIX and POSIX systems.
*