diff options
author | Robert Mustacchi <rm@joyent.com> | 2016-04-11 08:27:29 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-05-19 07:45:52 -0700 |
commit | e56998eefc33ead0f12b364be915dd6bfc12a3f5 (patch) | |
tree | 0b428d2a6e27456148b3990f30ef87a2aacd570e /usr/src/man/man3lib | |
parent | fc2512cfb727d49529d8ed99164db871f4829b73 (diff) | |
download | illumos-joyent-e56998eefc33ead0f12b364be915dd6bfc12a3f5.tar.gz |
6501 Implement pthread_attr_get_np() interface
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libc.3lib | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/man/man3lib/libc.3lib b/usr/src/man/man3lib/libc.3lib index 0ed2650dd3..a4ef6025eb 100644 --- a/usr/src/man/man3lib/libc.3lib +++ b/usr/src/man/man3lib/libc.3lib @@ -1,12 +1,12 @@ '\" te .\" Copyright 2014 Garrett D'Amore <garrett@damore.org> .\" Copyright (c) 2009, Sun Microsystems, Inc. All rights reserved. -.\" Copyright (c) 2015, Joyent, Inc. All rights reserved. +.\" Copyright 2016 Joyent, Inc. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] .\" Copyright 2011 by Delphix. All rights reserved. -.TH LIBC 3LIB "Sep 02, 2015" +.TH LIBC 3LIB "Dec 10, 2015" .SH NAME libc \- C library .SH DESCRIPTION @@ -507,6 +507,7 @@ l l . \fBpset_list\fR \fBpset_setattr\fR \fBpsiginfo\fR \fBpsignal\fR \fBpthread_atfork\fR \fBpthread_attr_destroy\fR +\fBpthread_attr_get_np\fR \fBpthread_attr_getdetachstate\fR \fBpthread_attr_getguardsize\fR \fBpthread_attr_getinheritsched\fR \fBpthread_attr_getschedparam\fR \fBpthread_attr_getschedpolicy\fR \fBpthread_attr_getscope\fR |