summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sigaction.c')
-rw-r--r--cpukit/posix/src/sigaction.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c
index 86d66480fc..112360af0d 100644
--- a/cpukit/posix/src/sigaction.c
+++ b/cpukit/posix/src/sigaction.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Allows calling process to examine action of a Specific Signal
* @ingroup POSIXAPI
+ *
+ * @brief Allows calling process to examine action of a Specific Signal
*/
/*