NetBSD/lib/libpthread/shlib_version

20 lines
518 B
Plaintext
Raw Normal View History

2009-01-11 05:45:45 +03:00
# $NetBSD: shlib_version,v 1.14 2009/01/11 02:46:48 christos Exp $
2003-01-18 13:32:11 +03:00
# Remember to update distrib/sets/lists/base/shl.* when changing
#
2008-12-28 14:01:58 +03:00
# 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??
#
2009-01-11 05:45:45 +03:00
major=1
minor=0