Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Add the last compatibility note for the NetBS...



details:   https://anonhg.NetBSD.org/src/rev/2ff1e96bf5bd
branches:  trunk
changeset: 756239:2ff1e96bf5bd
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Jul 09 09:10:34 2010 +0000

description:
Add the last compatibility note for the NetBSD extensions.

diffstat:

 lib/libpthread/pthread_attr_setcreatesuspend_np.3 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r c8679891bf0e -r 2ff1e96bf5bd lib/libpthread/pthread_attr_setcreatesuspend_np.3
--- a/lib/libpthread/pthread_attr_setcreatesuspend_np.3 Fri Jul 09 08:51:28 2010 +0000
+++ b/lib/libpthread/pthread_attr_setcreatesuspend_np.3 Fri Jul 09 09:10:34 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index