11.24Sriastrad# $NetBSD: shlib_version,v 1.24 2025/11/29 14:39:36 riastradh Exp $ 21.24Sriastrad# 31.2Sthorpej# Remember to update distrib/sets/lists/base/shl.* when changing 41.2Sthorpej# 51.13Sad# Things to do when bumping major version: 61.13Sad# 71.13Sad# - pthread_foo_t: 81.13Sad# 91.13Sad# clean out unused and abused members. 101.13Sad# 111.13Sad# add spare members. 121.13Sad# 131.13Sad# add members to deal with inter-process synch and priority inheritance. 141.13Sad# 151.13Sad# make objects same size and layout on 32/64 bit, so kernel can 161.13Sad# inspect them for priority inheritance / inter-process synch, 171.13Sad# without compat_netbsd32 shims?? 181.13Sad# 191.18Smaya# use reserved identifiers for things that shouldn't be visible, 201.18Smaya# e.g. rename pthread__pagesize to __pthread_pagesize, 211.18Smaya# 221.19Skamil# remove remnants of libpthread_dbg: pthread__dbg 231.19Skamil# 241.24Sriastrad# Touching this file for: 251.24Sriastrad# 20251122 LDADD+= -Wl,-z,nodelete 261.24Sriastrad# 271.14Schristosmajor=1 281.23Schristosminor=6 29