summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pspinunlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pspinunlock.c')
-rw-r--r--cpukit/posix/src/pspinunlock.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/pspinunlock.c b/cpukit/posix/src/pspinunlock.c
index 4fb1391977..67a69cbc02 100644
--- a/cpukit/posix/src/pspinunlock.c
+++ b/cpukit/posix/src/pspinunlock.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Function Unlocks a Spin Lock Object
+ * @ingroup POSIX
+ */
+
/*
* POSIX Spinlock Manager -- Wait at a Spinlock
*