summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-07-09 10:55:57 +0000
committerjruoho <jruoho@NetBSD.org>2010-07-09 10:55:57 +0000
commit70d17355abc23a55fbf731605558afd6753fcd25 (patch)
tree9fecd2a1a87ebe25cedb27ae6343008247712b9c /lib/libpthread
parent83d2a68694fcae51e5dd0424327b6dcd32a815cd (diff)
Add missing prototypes. Noted by wiz@ -- thanks.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_attr_getname_np.38
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libpthread/pthread_attr_getname_np.3 b/lib/libpthread/pthread_attr_getname_np.3
index 175914bed44..0eb22662c35 100644
--- a/lib/libpthread/pthread_attr_getname_np.3
+++ b/lib/libpthread/pthread_attr_getname_np.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_getname_np.3,v 1.5 2010/07/09 08:32:39 wiz Exp $
+.\" $NetBSD: pthread_attr_getname_np.3,v 1.6 2010/07/09 10:55:57 jruoho Exp $
.\"
.\" Copyright (c)2007 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -37,6 +37,12 @@
.\" ------------------------------------------------------------
.Sh SYNOPSIS
.In pthread.h
+.Ft int
+.Fn pthread_attr_getname_np \
+"const pthread_attr_t attr" "char *name" "size_t len"
+.Ft int
+.Fn pthread_attr_setname_np \
+"pthread_attr_t attr" "const char *name" "void *arg"
.\" ------------------------------------------------------------
.Sh DESCRIPTION
The