From ebaaa8cf7a8d5dfc2afbd8bc2ddb95d81bdbc182 Mon Sep 17 00:00:00 2001 From: ad Date: Sun, 28 Dec 2008 11:01:58 +0000 Subject: Some things to do on major bump. --- lib/libpthread/shlib_version | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'lib/libpthread') 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 -- cgit