diff options
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/shlib_version | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index 9094f469b83..635e1f84206 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,5 +1,19 @@ -# $NetBSD: shlib_version,v 1.12 2007/12/24 14:46:29 ad Exp $ +# $NetBSD: shlib_version,v 1.13 2008/12/28 11:01:58 ad Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # +# Things to do when bumping major version: +# +# - pthread_foo_t: +# +# clean out unused and abused members. +# +# add spare members. +# +# add members to deal with inter-process synch and priority inheritance. +# +# make objects same size and layout on 32/64 bit, so kernel can +# inspect them for priority inheritance / inter-process synch, +# without compat_netbsd32 shims?? +# major=0 minor=10 |
