summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadself.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadself.c')
-rw-r--r--cpukit/posix/src/pthreadself.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthreadself.c b/cpukit/posix/src/pthreadself.c
index 9400b4b7fe..0ed68be515 100644
--- a/cpukit/posix/src/pthreadself.c
+++ b/cpukit/posix/src/pthreadself.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Function returns the ID of the Calling Thread
+ * @ingroup POSIX
+ */
+
/*
* 16.1.6 Get Calling Thread's ID, p1003.1c/Draft 10, p. 152
*