summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadsigmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadsigmask.c')
-rw-r--r--cpukit/posix/src/pthreadsigmask.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadsigmask.c b/cpukit/posix/src/pthreadsigmask.c
index a989cb109b..c82a60c560 100644
--- a/cpukit/posix/src/pthreadsigmask.c
+++ b/cpukit/posix/src/pthreadsigmask.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Examine and/or change the calling thread's signal mask
* @ingroup POSIXAPI
+ *
+ * @brief Examine and/or change the calling thread's signal mask
*/
/*