diff options
| author | kamil <kamil@NetBSD.org> | 2017-02-08 03:44:40 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2017-02-08 03:44:40 +0000 |
| commit | ba1ef4a69a631bb51aef9b68b51065b93ad2215c (patch) | |
| tree | 94c449a572f66f3811f6c8dc1fc037c1617039a3 /lib/Makefile | |
| parent | a1340004a923498cb812191a3bff2e56bd48340f (diff) | |
libpthread_dbg(3) deletion from the base distribution
libpthread_dbg(3) is a remnant library from the M:N thread model
(pre-NetBSD-5.0) API to introspect threads within a process and for use
of debuggers.
Currently in the 1:1 model it's not used in GDB neither in LLDB and it's
not either planned to be used. It's current function to read pthread_t
structures is realizable within a regular debugger capable to
instrospect objects within a tracee (GDB, LLDB...).
Remaining users of this API can still use this library from
pkgsrc/devel/libpthread_dbg.
Sponsored by <The NetBSD Foundation>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index edf4197e84f..55bae44e8ab 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.248 2016/10/14 17:29:29 macallan Exp $ +# $NetBSD: Makefile,v 1.249 2017/02/08 03:44:41 kamil Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -25,7 +25,7 @@ SUBDIR+= libarch \ libcompat libcrypt \ libintl libipsec libkvm libm \ libossaudio libpci libpmc libposix libprop libpthread \ - libpthread_dbg libpuffs libresolv librmt librpcsvc librt \ + libpuffs libresolv librmt librpcsvc librt \ libtelnet libterminfo \ libusbhid libutil libwrap liby libz |
