summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/sched_getscheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_getscheduler.c')
-rw-r--r--cpukit/posix/src/sched_getscheduler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/sched_getscheduler.c b/cpukit/posix/src/sched_getscheduler.c
index 6762aa79a6..b176d170b9 100644
--- a/cpukit/posix/src/sched_getscheduler.c
+++ b/cpukit/posix/src/sched_getscheduler.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Function Returns Scheduling Policy of the process specified by pid
* @ingroup POSIXAPI
+ *
+ * @brief Function Returns Scheduling Policy of the process specified by pid
*/
/*