Date: Wed, 18 Feb 2015 17:28:25 -0600 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r278889 - head/lib/libc/include Message-ID: <54E52019.8080009@FreeBSD.org> In-Reply-To: <201502170854.t1H8s4TL085174@svn.freebsd.org> References: <201502170854.t1H8s4TL085174@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HdAbDJnagW23GuF9WJKme0eVEqMLgQJPf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/17/2015 2:54 AM, Konstantin Belousov wrote: > Author: kib > Date: Tue Feb 17 08:54:03 2015 > New Revision: 278889 > URL: https://svnweb.freebsd.org/changeset/base/278889 >=20 > Log: > Restore the extern qualifier on __cleanup. > =20 > Sponsored by: The FreeBSD Foundation > MFC after: 3 days >=20 > Modified: > head/lib/libc/include/libc_private.h >=20 > Modified: head/lib/libc/include/libc_private.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libc/include/libc_private.h Tue Feb 17 08:50:26 2015 (r278= 888) > +++ head/lib/libc/include/libc_private.h Tue Feb 17 08:54:03 2015 (r278= 889) > @@ -271,7 +271,7 @@ void _malloc_first_thread(void); > /* > * Function to clean up streams, called from abort() and exit(). > */ > -void (*__cleanup)(void) __hidden; > +extern void (*__cleanup)(void) __hidden; > =20 > /* > * Get kern.osreldate to detect ABI revisions. Explicitly >=20 Is this a NOP? --=20 Regards, Bryan Drewery --HdAbDJnagW23GuF9WJKme0eVEqMLgQJPf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJU5SAZAAoJEDXXcbtuRpfP2/AH/1cSzmxjqB8BM71wzwLKwoFZ o2S2Mk3s/wwcAF+fu2uf4TjcpxJOPSIzw1NC/VCSgV96X0c2UEAxNcCpQjMpbRJT B+4UnEh2n1/UVKH2MDwORS5slqrurHdE3kiy01o4WPT9JSr5Qmgl552jZpehGlFx KvX67WJqxk0kJzO+SqtH8ZTnbViMoBvaKEbC3ywN6g77fuH8y4VDjeNxtJAJpg4j XQy0a0RSHA99eP5JyQ2cpJ8/3y9TB4UtEVyxsdHQe+6TpPj6oBFJAletnut9NvR+ +F8t+QBcOuwAZHtvBhkdTeBPFErHSvvlgvXQxreSSUsr/CxycTqPWUssfowDqkc= =djc7 -----END PGP SIGNATURE----- --HdAbDJnagW23GuF9WJKme0eVEqMLgQJPf--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54E52019.8080009>