Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 20:36:15 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Peter Wemm <peter@wemm.org>
Cc:        Alfred Perlstein <alfred@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/lib/libc/stdio findfp.c 
Message-ID:  <20021031202925.Y8632-100000@gamplex.bde.org>
In-Reply-To: <20021031020030.33A952A89D@canning.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 30 Oct 2002, Peter Wemm wrote:

> Alfred Perlstein wrote:
> > alfred      2002/10/30 17:54:27 PST
> >
> >   Modified files:
> >     lib/libc/stdio       findfp.c
> >   Log:
> >   Make __sF static.  This can not be allowed to exist in 5.x.
>
> Heh, I so badly wanted to do this, but couldn't quite work up the nerve.

You already did, but thought better of it.

"Fixing" signal handling broke even more things here.  Old kernels can no
longer run many new binaries because new binaries use the new sigaction()
syscall just to select the type of signal context passed to signal handlers,
most of which don't care about the type.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021031202925.Y8632-100000>