shlib_version revision 1.18
11.18Smaya# $NetBSD: shlib_version,v 1.18 2018/09/09 07:24:59 maya Exp $ 21.2Sthorpej# Remember to update distrib/sets/lists/base/shl.* when changing 31.2Sthorpej# 41.13Sad# Things to do when bumping major version: 51.13Sad# 61.13Sad# - pthread_foo_t: 71.13Sad# 81.13Sad# clean out unused and abused members. 91.13Sad# 101.13Sad# add spare members. 111.13Sad# 121.13Sad# add members to deal with inter-process synch and priority inheritance. 131.13Sad# 141.13Sad# make objects same size and layout on 32/64 bit, so kernel can 151.13Sad# inspect them for priority inheritance / inter-process synch, 161.13Sad# without compat_netbsd32 shims?? 171.13Sad# 181.18Smaya# use reserved identifiers for things that shouldn't be visible, 191.18Smaya# e.g. rename pthread__pagesize to __pthread_pagesize, 201.18Smaya# 211.14Schristosmajor=1 221.17Schristosminor=3 23