diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-07-06 21:36:34 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-07-06 21:36:34 +0000 |
| commit | 935deb263fdb27a856e01bfd2073c5af38bb45e4 (patch) | |
| tree | 4ee0da0e50b6492814d17c2df540797977e6fb2e /lib/libpthread/Makefile | |
| parent | 71e8cdce367f04e59c6e3698802248a4d75788fd (diff) | |
Document pthread_attr_get_np(). Fixes PR lib/39289 from ahoka@.
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 6cbecfbf396..f1536b3eded 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2010/05/19 20:04:43 jruoho Exp $ +# $NetBSD: Makefile,v 1.58 2010/07/06 21:36:34 jruoho Exp $ # WARNS= 4 @@ -89,6 +89,7 @@ COPTS.pthread.c += -Wno-stack-protector MAN+= affinity.3 pthread.3 \ pthread_attr.3 \ + pthread_attr_get_np.3 \ pthread_attr_getname_np.3 \ pthread_attr_setcreatesuspend_np.3 \ pthread_attr_setname_np.3 \ |
