Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 07:57:36 +0100
From:      Antoine Brodin <antoine@freebsd.org>
To:        Kyle Evans <kevans@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r357284 - in head: include lib/libc/stdio
Message-ID:  <CAALwa8kcRv=mRJb1rv9GJ1s%2BP7OCNUATfZNRpMx-_foKSDoQUQ@mail.gmail.com>
In-Reply-To: <202001300331.00U3VGCe017289@repo.freebsd.org>
References:  <202001300331.00U3VGCe017289@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 30, 2020 at 4:31 AM Kyle Evans <kevans@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.

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8kcRv=mRJb1rv9GJ1s%2BP7OCNUATfZNRpMx-_foKSDoQUQ>