From 04da96c7634b7ee9fcd25e8af514efc2d739af9f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Mar 2016 15:14:43 -0600 Subject: posix/src/condattr*etpshared.c: Clean up and improve comments --- cpukit/posix/src/condattrsetpshared.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'cpukit/posix/src/condattrsetpshared.c') diff --git a/cpukit/posix/src/condattrsetpshared.c b/cpukit/posix/src/condattrsetpshared.c index b6700001ec..3128ad7bd7 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 #include -#include -#include -#include -#include - -/* - * 11.4.1 Condition Variable Initialization Attributes, - * P1003.1c/Draft 10, p. 96 - */ - int pthread_condattr_setpshared( pthread_condattr_t *attr, int pshared -- cgit v1.2.3