Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Add pthread_getattr_np to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/9e165eb64481
branches:  trunk
changeset: 827268:9e165eb64481
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 15:44:21 2017 +0000

description:
Add pthread_getattr_np to the NAME section

diffstat:

 lib/libpthread/pthread_attr_get_np.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6b0d2315e797 -r 9e165eb64481 lib/libpthread/pthread_attr_get_np.3
--- a/lib/libpthread/pthread_attr_get_np.3      Sun Oct 22 15:34:13 2017 +0000
+++ b/lib/libpthread/pthread_attr_get_np.3      Sun Oct 22 15:44:21 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_get_np.3,v 1.4 2010/08/06 05:35:42 christos Exp $
+.\" $NetBSD: pthread_attr_get_np.3,v 1.5 2017/10/22 15:44:21 abhinav Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -29,7 +29,8 @@
 .Dt PTHREAD_ATTR_GET_NP 3
 .Os
 .Sh NAME
-.Nm pthread_attr_get_np
+.Nm pthread_attr_get_np ,
+.Nm pthread_getattr_np
 .Nd get attributes of existing thread
 .Sh LIBRARY
 .Lb libpthread



Home | Main Index | Thread Index | Old Index