From 6f7f6ed0bae3f08b749d61cf021be1d86968939b Mon Sep 17 00:00:00 2001 From: jruoho Date: Fri, 9 Jul 2010 09:10:34 +0000 Subject: [PATCH] Add the last compatibility note for the NetBSD extensions. --- lib/libpthread/pthread_attr_setcreatesuspend_np.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/libpthread/pthread_attr_setcreatesuspend_np.3 b/lib/libpthread/pthread_attr_setcreatesuspend_np.3 index 52aa101bcdf9..a285bedbf1c1 100644 --- a/lib/libpthread/pthread_attr_setcreatesuspend_np.3 +++ b/lib/libpthread/pthread_attr_setcreatesuspend_np.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_attr_setcreatesuspend_np.3,v 1.3 2008/04/30 13:10:52 martin Exp $ +.\" $NetBSD: pthread_attr_setcreatesuspend_np.3,v 1.4 2010/07/09 09:10:34 jruoho Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 12, 2003 +.Dd July 9, 2010 .Dt PTHREAD_ATTR_SETCREATESUSPEND_NP 3 .Os .Sh NAME @@ -56,9 +56,10 @@ is called on it. The .Fn pthread_attr_setcreatesuspend_np function always returns 0. +.Sh COMPATIBILITY +The function is a non-standard extension. .Sh ERRORS -.Fn pthread_attr_setcreatesuspend_np -never fails. +No errors are defined. .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_resume_np 3 ,