summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_getprioritymin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_getprioritymin.c')
-rw-r--r--cpukit/posix/src/sched_getprioritymin.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/posix/src/sched_getprioritymin.c b/cpukit/posix/src/sched_getprioritymin.c
index ed5737e1bc..73d892de47 100644
--- a/cpukit/posix/src/sched_getprioritymin.c
+++ b/cpukit/posix/src/sched_getprioritymin.c
@@ -1,6 +1,11 @@
-/*
- * 13.3.6 Get Scheduling Parameter Limits, P1003.1b-1993, p. 258
+/**
+ * @file
*
+ * @brief Get the Minimum Priority Limit
+ * @ingroup POSIX
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -20,6 +25,9 @@
#include <rtems/seterr.h>
#include <rtems/posix/priority.h>
+/**
+ * 13.3.6 Get Scheduling Parameter Limits, P1003.1b-1993, p. 258
+ */
int sched_get_priority_min(
int policy
)