summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrgetschedpolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadattrgetschedpolicy.c')
-rw-r--r--cpukit/posix/src/pthreadattrgetschedpolicy.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/posix/src/pthreadattrgetschedpolicy.c b/cpukit/posix/src/pthreadattrgetschedpolicy.c
index 1a79711fb2..6b57e8a2ca 100644
--- a/cpukit/posix/src/pthreadattrgetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrgetschedpolicy.c
@@ -1,6 +1,11 @@
-/*
- * 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
+/**
+ * @file
*
+ * @brief Get The Schedpolicy Attribute
+ * @ingroup POSIX
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -16,6 +21,9 @@
#include <pthread.h>
#include <errno.h>
+/**
+ * 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
+ */
int pthread_attr_getschedpolicy(
const pthread_attr_t *attr,
int *policy