summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condattrgetpshared.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-09 15:14:43 -0600
committerJoel Sherrill <joel@rtems.org>2016-04-14 16:28:10 -0500
commit04da96c7634b7ee9fcd25e8af514efc2d739af9f (patch)
tree4dadce73defd309f4e6c4ffca6c8a8886cb7078e /cpukit/posix/src/condattrgetpshared.c
parentAdd pthread_getconcurrency() and pthread_setconcurrency() (diff)
downloadrtems-04da96c7634b7ee9fcd25e8af514efc2d739af9f.tar.bz2
posix/src/condattr*etpshared.c: Clean up and improve comments
Diffstat (limited to 'cpukit/posix/src/condattrgetpshared.c')
-rw-r--r--cpukit/posix/src/condattrgetpshared.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/cpukit/posix/src/condattrgetpshared.c b/cpukit/posix/src/condattrgetpshared.c
index e1427dfaca..92918cbcc1 100644
--- a/cpukit/posix/src/condattrgetpshared.c
+++ b/cpukit/posix/src/condattrgetpshared.c
@@ -1,8 +1,8 @@
/**
- * @file
+ * @file
*
- * @brief Get the Process-Shared Condition Variable Attributes
- * @ingroup POSIXAPI
+ * @brief Get the Process-Shared Condition Variable Attributes
+ * @ingroup POSIXAPI
*/
/*
@@ -22,14 +22,7 @@
#include <errno.h>
#include <rtems/system.h>
-#include <rtems/score/watchdog.h>
-#include <rtems/posix/condimpl.h>
-#include <rtems/posix/muteximpl.h>
-/**
- * 11.4.1 Condition Variable Initialization Attributes,
- * P1003.1c/Draft 10, p. 96
- */
int pthread_condattr_getpshared(
const pthread_condattr_t *attr,
int *pshared