summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadattrinit.c')
-rw-r--r--cpukit/posix/src/pthreadattrinit.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c
index 67942c8ac4..1e5211bfd6 100644
--- a/cpukit/posix/src/pthreadattrinit.c
+++ b/cpukit/posix/src/pthreadattrinit.c
@@ -1,6 +1,11 @@
-/*
- * 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
+/**
+ * @file
*
+ * @brief Thread Attributes Creation
+ * @ingroup POSIX
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -19,6 +24,9 @@
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
+/**
+ * 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
+ */
int pthread_attr_init(
pthread_attr_t *attr
)