Module Name:    src
Committed By:   jruoho
Date:           Fri Jul  9 09:10:34 UTC 2010

Modified Files:
        src/lib/libpthread: pthread_attr_setcreatesuspend_np.3

Log Message:
Add the last compatibility note for the NetBSD extensions.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/lib/libpthread/pthread_attr_setcreatesuspend_np.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread/pthread_attr_setcreatesuspend_np.3
diff -u src/lib/libpthread/pthread_attr_setcreatesuspend_np.3:1.3 src/lib/libpthread/pthread_attr_setcreatesuspend_np.3:1.4
--- src/lib/libpthread/pthread_attr_setcreatesuspend_np.3:1.3	Wed Apr 30 13:10:52 2008
+++ src/lib/libpthread/pthread_attr_setcreatesuspend_np.3	Fri Jul  9 09:10:34 2010
@@ -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 @@
 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 ,

Reply via email to