Add the last compatibility note for the NetBSD extensions.

This commit is contained in:
jruoho 2010-07-09 09:10:34 +00:00
parent 9c4ae7f5c2
commit 6f7f6ed0ba
1 changed files with 5 additions and 4 deletions

View File

@ -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 ,