1 1.19.10.1 martin # $NetBSD: shlib_version,v 1.19.10.1 2026/06/27 17:32:35 martin Exp $ 2 1.19.10.1 martin # 3 1.2 thorpej # Remember to update distrib/sets/lists/base/shl.* when changing 4 1.2 thorpej # 5 1.13 ad # Things to do when bumping major version: 6 1.13 ad # 7 1.13 ad # - pthread_foo_t: 8 1.13 ad # 9 1.13 ad # clean out unused and abused members. 10 1.13 ad # 11 1.13 ad # add spare members. 12 1.13 ad # 13 1.13 ad # add members to deal with inter-process synch and priority inheritance. 14 1.13 ad # 15 1.13 ad # make objects same size and layout on 32/64 bit, so kernel can 16 1.13 ad # inspect them for priority inheritance / inter-process synch, 17 1.13 ad # without compat_netbsd32 shims?? 18 1.13 ad # 19 1.18 maya # use reserved identifiers for things that shouldn't be visible, 20 1.18 maya # e.g. rename pthread__pagesize to __pthread_pagesize, 21 1.18 maya # 22 1.19 kamil # remove remnants of libpthread_dbg: pthread__dbg 23 1.19 kamil # 24 1.19.10.1 martin # Touching this file for: 25 1.19.10.1 martin # 20251122 LDADD+= -Wl,-z,nodelete 26 1.19.10.1 martin # 27 1.14 christos major=1 28 1.19 kamil minor=4 29