https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kevans
Date: Sun Feb  2 19:45:13 UTC 2020
New revision: 357419
URL: https://svnweb.freebsd.org/changeset/base/357419

Log:
  libc: provide fputc_unlocked

  Among the same justification as the other stdio _unlocked; in addition to an
  inline version in <stdio.h>, we must provide a function in libc as well for
  the functionality. This fixes the lang/gcc* builds, which want to use the
  symbol from libc.

  PR:           243810
  Reported by:  antoine, swills, Michael <michael.adm gmail com>
  X-MFC-With:   r357284

Changes:
  head/include/stdio.h
  head/lib/libc/stdio/Symbol.map
  head/lib/libc/stdio/fputc.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to