Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Remove outdated CAVEATS.



details:   https://anonhg.NetBSD.org/src/rev/bf461f8ba959
branches:  trunk
changeset: 822625:bf461f8ba959
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Mar 28 17:42:52 2017 +0000

description:
Remove outdated CAVEATS.

Not sure everything is standards compliant, but I've been told non-default
values are supported and pshared exists.

diffstat:

 lib/libpthread/pthread_condattr.3 |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r f58e2ada8a8f -r bf461f8ba959 lib/libpthread/pthread_condattr.3
--- a/lib/libpthread/pthread_condattr.3 Tue Mar 28 15:09:29 2017 +0000
+++ b/lib/libpthread/pthread_condattr.3 Tue Mar 28 17:42:52 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_condattr.3,v 1.11 2016/07/05 10:04:17 wiz Exp $
+.\" $NetBSD: pthread_condattr.3,v 1.12 2017/03/28 17:42:52 maya Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" $FreeBSD: src/lib/libpthread/man/pthread_condattr.3,v 1.10 2002/09/16 19:29:28 mini Exp $
-.Dd June 12, 2016
+.Dd March 28, 2017
 .Dt PTHREAD_CONDATTR 3
 .Os
 .Sh NAME
@@ -158,14 +158,6 @@
 .Sh STANDARDS
 Both functions conform to
 .St -p1003.1-2001 .
-.Sh CAVEATS
-The usefulness of the functions is questionable as the
-.Nx
-implementation does not support any non-default attributes.
-These functions do not conform to the
-.St -p1003.1-2008
-revision of the standard, which mandates two additional attributes,
-the clock attribute and the process-shared attribute.
 .Sh BUGS
 The
 .Fn pthread_condattr_getpshared



Home | Main Index | Thread Index | Old Index