On Sun, Feb 2, 2020 at 12:57 AM Antoine Brodin <anto...@freebsd.org> wrote:
>
> On Thu, Jan 30, 2020 at 4:31 AM Kyle Evans <kev...@freebsd.org> wrote:
> >
> > Author: kevans
> > Date: Thu Jan 30 03:31:16 2020
> > New Revision: 357284
> > URL: https://svnweb.freebsd.org/changeset/base/357284
> >
> > Log:
> >   stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwrite
> >
> >   fflush_unlocked is currently desired in ports by sysutils/metalog, and
> >   redefined as the locked fflush.
> >
> >   fputc_unlocked, fputs_unlocked, fread_unlocked, and fwrite_unlocked are
> >   currently desired in ports by devel/elfutils, and redefined as the locked
> >   fputs, fread, and fwrite respectively.
> >
> >   Reviewed by:  kib
> >   MFC after:    2 weeks
> >   Differential Revision:        https://reviews.freebsd.org/D23336
>
> Hi,
>
> It seems that this change broke lang/gcc* ports.
>

Tested/fixed with r357419; sorry for the breakage!

Thanks,

Kyle Evans
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to