summaryrefslogtreecommitdiff
path: root/lib/libz/shlib_version
blob: 765ae384b40796b6a00ba81a88deb0d61bb328cb (plain)
1
2
3
4
5
#	$NetBSD: shlib_version,v 1.10 2006/01/14 20:12:36 christos Exp $
#	Remember to update distrib/sets/lists/base/shl.* when changing
#
major=1
minor=0
00c56954023a3cb75a0d8fc4eea'>Seperate out the compat support for VAX. Also, make references to thematt 2005-05-03Make longjmp on vax not use sigreturn. Instead it rewrites thematt 2004-06-03A -I. is needed by vax; had gotten removed from elsewhere.mhitch 2004-03-21Change longjmp on VAX (ELF) to use setcontext instead of sigreturn14.matt 2003-09-30Enable the SIGINFO trampoline.matt 2003-09-28Deal with changed filename.matt 2002-09-12Rename __sigtramp1.S to __sigtramp.S.ragge 2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej