summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/kill_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/kill_r.c')
-rw-r--r--cpukit/posix/src/kill_r.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/kill_r.c b/cpukit/posix/src/kill_r.c
index 301c0603cf..739fed7358 100644
--- a/cpukit/posix/src/kill_r.c
+++ b/cpukit/posix/src/kill_r.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Send a Signal to a Process
+ * @ingroup POSIX
+ */
+
/*
* 3.3.2 Send a Signal to a Process, P1003.1b-1993, p. 68
*