blob: 0bbed472a9551cb04cf3b48c9462b1360cbbf4bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: shlib_version,v 1.19 2019/04/24 13:01:52 kamil 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??
#
# use reserved identifiers for things that shouldn't be visible,
# e.g. rename pthread__pagesize to __pthread_pagesize,
#
# remove remnants of libpthread_dbg: pthread__dbg
#
major=1
minor=4
|