shlib_version revision 1.22
11.22Schristos# $NetBSD: shlib_version,v 1.22 2025/10/26 20:48:28 christos 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.19Skamil# remove remnants of libpthread_dbg: pthread__dbg 221.19Skamil# 231.14Schristosmajor=1 241.22Schristosminor=7 25