Re: svn commit: r278889 - head/lib/libc/include

2015-02-19 Thread Bruce Evans
On Thu, 19 Feb 2015, Konstantin Belousov wrote: On Thu, Feb 19, 2015 at 11:58:48AM +1100, Bruce Evans wrote: BTW, the reason for existence of __cleanup() has been broken by malloc() and other bloatware. It is to avoid linking anything in stdio when only exit() is used. But crtso now links to

Re: svn commit: r278889 - head/lib/libc/include

2015-02-19 Thread Konstantin Belousov
On Thu, Feb 19, 2015 at 11:58:48AM +1100, Bruce Evans wrote: > On Wed, 18 Feb 2015, Bryan Drewery wrote: > > > On 2/17/2015 2:54 AM, Konstantin Belousov wrote: > >> ... > >> Log: > >> Restore the extern qualifier on __cleanup. > >> ... > >> Modified: head/lib/libc/include/libc_private.h > >> ===

Re: svn commit: r278889 - head/lib/libc/include

2015-02-18 Thread Bryan Drewery
On 2/18/2015 6:58 PM, Bruce Evans wrote: > On Wed, 18 Feb 2015, Bryan Drewery wrote: > >> On 2/17/2015 2:54 AM, Konstantin Belousov wrote: >>> ... >>> Log: >>> Restore the extern qualifier on __cleanup. >>> ... >>> Modified: head/lib/libc/include/libc_private.h >>> ==

Re: svn commit: r278889 - head/lib/libc/include

2015-02-18 Thread Bruce Evans
On Wed, 18 Feb 2015, Bryan Drewery wrote: On 2/17/2015 2:54 AM, Konstantin Belousov wrote: ... Log: Restore the extern qualifier on __cleanup. ... Modified: head/lib/libc/include/libc_private.h == --- head/lib/libc/in

Re: svn commit: r278889 - head/lib/libc/include

2015-02-18 Thread Bryan Drewery
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 > > Log: > Restore the extern qualifier on __cleanup. > > Sponsored by: The FreeBSD Foundation > MFC after: