Date: Sun, 26 Mar 1995 11:03:25 -0800 From: David Greenman <davidg@Root.COM> To: Bruce Evans <bde@zeta.org.au> Cc: current@FreeBSD.org Subject: Re: shared library versioning Message-ID: <199503261903.LAA03679@corbin.Root.COM> In-Reply-To: Your message of "Mon, 27 Mar 95 03:23:16 %2B1000." <199503261723.DAA27758@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
>The recent change to the msync() interface strictly requires incrementing >the major number of libc.so. I don't agree. The library itself should remain unchanged. Things would be different if I had added a new syscall...but that's not what happend - I just added an additional argument, and libc doesn't know about how many arguments a syscall has. -DG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503261903.LAA03679>