summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-12-28 11:01:58 +0000
committerad <ad@NetBSD.org>2008-12-28 11:01:58 +0000
commitebaaa8cf7a8d5dfc2afbd8bc2ddb95d81bdbc182 (patch)
treebc1547cbe7180ba4a0175af8d234f2cc581d6c20
parent12c911ef998a41c6cbab493d12f5e40ef44efcb4 (diff)
Some things to do on major bump.
-rw-r--r--lib/libpthread/shlib_version16
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