summaryrefslogtreecommitdiffstats
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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/sched_getscheduler.c b/cpukit/posix/src/sched_getscheduler.c
index 755b38e2a6..6f12cd7868 100644
--- a/cpukit/posix/src/sched_getscheduler.c
+++ b/cpukit/posix/src/sched_getscheduler.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Function Returns Scheduling Policy of the process specified by pid
+ * @ingroup POSIX
+ */
+
/*
* 13.3.4 Get Scheduling Policy, P1003.1b-1993, p. 256
*