Crank libpthread to 0.8. It now uses _lwp_ctl(), and it's handy to keep

0.7 hanging around for old kernels.
This commit is contained in:
ad 2007-11-13 17:22:51 +00:00
parent 66ac2ffaf2
commit b919eb8116
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: shl.mi,v 1.408 2007/11/13 17:13:14 ad Exp $
# $NetBSD: shl.mi,v 1.409 2007/11/13 17:22:51 ad Exp $
# Note: libtermcap and libtermlib are hardlinked and share the same version.
./lib/libc.so.12.155 base-sys-shlib
./lib/libcrypt.so.0.2 base-sys-shlib
@ -91,7 +91,7 @@
./usr/lib/libpci.so.1.0 base-sys-shlib
./usr/lib/libposix.so.0.1 base-sys-shlib
./usr/lib/libprop.so.0.5 base-sys-shlib
./usr/lib/libpthread.so.0.7 base-sys-shlib
./usr/lib/libpthread.so.0.8 base-sys-shlib
./usr/lib/libpthread_dbg.so.0.1 base-obsolete obsolete
./usr/lib/libpthread_dbg.so.1.0 base-sys-shlib
./usr/lib/libpuffs.so.0.0 base-sys-shlib

View File

@ -1,5 +1,5 @@
# $NetBSD: shlib_version,v 1.9 2007/02/09 23:00:16 ad Exp $
# $NetBSD: shlib_version,v 1.10 2007/11/13 17:22:51 ad Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=0
minor=7
minor=8