summaryrefslogtreecommitdiff
path: root/lib/libpthread/shlib_version
blob: acabe30283d5a1dc4ea7473a2c82b549eed5e8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: shlib_version,v 1.17 2016/04/23 23:23:17 christos 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??
#
major=1
minor=3
the author of sljit to fix cdecl functionsalnsn 2012-11-09Apply adapted patch from joerg@ to fix clang build.alnsn 2012-10-28Resolve conflicts.alnsn 2012-10-08Fix compilation when DIAGNOSTIC is defined.alnsn 2012-10-06Adapt code to compile with -D_KERNEL.alnsn 2012-10-06Initial import of sljit @ r175.alnsn