summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/rwlockattrgetpshared.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/rwlockattrgetpshared.c')
-rw-r--r--cpukit/posix/src/rwlockattrgetpshared.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/cpukit/posix/src/rwlockattrgetpshared.c b/cpukit/posix/src/rwlockattrgetpshared.c
index 488809f87b..233cbffa22 100644
--- a/cpukit/posix/src/rwlockattrgetpshared.c
+++ b/cpukit/posix/src/rwlockattrgetpshared.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Get the Process-Shared Attribute of the RWLock
+ * @ingroup POSIX
+ */
+
/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
@@ -14,10 +21,6 @@
#include <pthread.h>
#include <errno.h>
-/*
- * RWLock Attributes Get Process Shared
- */
-
int pthread_rwlockattr_getpshared(
const pthread_rwlockattr_t *attr,
int *pshared