Source-Changes-HG archive

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

[src/trunk]: src/share/tmac Add entry for pthread_dbg in share/tmac/doc2html



details:   https://anonhg.NetBSD.org/src/rev/f085f782087f
branches:  trunk
changeset: 819200:f085f782087f
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Nov 22 00:36:49 2016 +0000

description:
Add entry for pthread_dbg in share/tmac/doc2html

pthread_dbg is POSIX Debug Threads Library

Sponsored by <The NetBSD Foundation>

diffstat:

 share/tmac/doc2html |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a440fd7b38db -r f085f782087f share/tmac/doc2html
--- a/share/tmac/doc2html       Tue Nov 22 00:32:09 2016 +0000
+++ b/share/tmac/doc2html       Tue Nov 22 00:36:49 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.66 2015/11/22 05:13:00 kamil Exp $
+.\" $NetBSD: doc2html,v 1.67 2016/11/22 00:36:49 kamil Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -596,6 +596,7 @@
 .if "\\$1"libpmc" \&Performance Counters Library (libpmc, -lpmc)
 .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
 .if "\\$1"libpthread" \&POSIX Thread Library (libpthread, -lpthread)
+.if "\\$1"libpthread_dbg" \&POSIX Debug Thread Library (libpthread_dbg, -lpthread_dbg)
 .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
 .if "\\$1"librt" \&POSIX Real-time Library (librt, -lrt)
 .if "\\$1"libsaslc" \&Simple Authentication and Security Layer client library (libsaslc, -lsaslc)



Home | Main Index | Thread Index | Old Index