[rtems commit] posix/src/condattr*etpshared.c: Clean up and improve comments

Joel Sherrill joel at rtems.org
Thu Apr 14 21:28:25 UTC 2016


Module:    rtems
Branch:    master
Commit:    04da96c7634b7ee9fcd25e8af514efc2d739af9f
Changeset: http://git.rtems.org/rtems/commit/?id=04da96c7634b7ee9fcd25e8af514efc2d739af9f

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Mar  9 15:14:43 2016 -0600

posix/src/condattr*etpshared.c: Clean up and improve comments

---

 cpukit/posix/src/condattrgetpshared.c | 13 +++----------
 cpukit/posix/src/condattrsetpshared.c | 14 ++------------
 2 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/cpukit/posix/src/condattrgetpshared.c b/cpukit/posix/src/condattrgetpshared.c
index e1427df..92918cb 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
diff --git a/cpukit/posix/src/condattrsetpshared.c b/cpukit/posix/src/condattrsetpshared.c
index b670000..3128ad7 100644
--- a/cpukit/posix/src/condattrsetpshared.c
+++ b/cpukit/posix/src/condattrsetpshared.c
@@ -1,12 +1,12 @@
 /**
  * @file
  *
- * @brief Initialize Condition Variable Attributes
+ * @brief Set the Process-Shared Condition Variable Attributes
  * @ingroup POSIXAPI
  */
 
 /*
- *  COPYRIGHT (c) 1989-2007.
+ *  COPYRIGHT (c) 1989-2007, 2016.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -21,16 +21,6 @@
 #include <pthread.h>
 #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_setpshared(
   pthread_condattr_t *attr,
   int                 pshared




More information about the vc mailing list