summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrsetstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadattrsetstack.c')
-rw-r--r--cpukit/posix/src/pthreadattrsetstack.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthreadattrsetstack.c b/cpukit/posix/src/pthreadattrsetstack.c
index 3eb4181842..04231ed791 100644
--- a/cpukit/posix/src/pthreadattrsetstack.c
+++ b/cpukit/posix/src/pthreadattrsetstack.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Function Sets Thread Creation Stack Attributes in the attr object
+ * @ingroup POSIX
+ */
+
/*
* 16.1.1 Thread Creation Attributes
*