svn commit: r331945 - head/lib/libc/stdio
Konstantin Belousov
kostikbel at gmail.com
Tue Apr 3 20:54:42 UTC 2018
On Tue, Apr 03, 2018 at 08:38:25PM +0000, Cy Schubert wrote:
> Author: cy
> Date: Tue Apr 3 20:38:25 2018
> New Revision: 331945
> URL: https://svnweb.freebsd.org/changeset/base/331945
>
> Log:
> Correct the version number for gets_s(3).
>
> Reported by: kib@
> MFC after: 2 weeks
> X-MFC with: r331936
> Differential Revision: https://reviews.freebsd.org/D12785
>
> Modified:
> head/lib/libc/stdio/Symbol.map
>
> Modified: head/lib/libc/stdio/Symbol.map
> ==============================================================================
> --- head/lib/libc/stdio/Symbol.map Tue Apr 3 20:22:02 2018 (r331944)
> +++ head/lib/libc/stdio/Symbol.map Tue Apr 3 20:38:25 2018 (r331945)
> @@ -160,12 +160,12 @@ FBSD_1.3 {
Please re-read my previous mail.
> open_wmemstream;
> mkostemp;
> mkostemps;
> + gets_s;
> };
>
> FBSD_1.4 {
> fdclose;
> fopencookie;
> - gets_s;
> };
>
> FBSDprivate_1.0 {
More information about the svn-src-head
mailing list