Subject: Re: CVS commit: src/lib/libc
To: None <christos@netbsd.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 09/07/2003 17:48:56
On Saturday, September 6, 2003, at 03:11 PM, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sat Sep 6 22:11:50 UTC 2003
>
> Modified Files:
> src/lib/libc: shlib_version
>
> Log Message:
> bump for i386 signal trampoline; not strictly necessary, but convenient
> for people who have an unsuccessful build.
Uh, you should not need to bump the libc version at all. The signal
trampoline symbol is referenced interally only. No externally-visible
libc symbols changed, and therefore, you should not have bumped the
shlib version.
What problem are you attempting to avoid, here?
-- Jason R. Thorpe <thorpej@wasabisystems.com>