Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 20:53:54 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331947 - head/lib/libc/stdio
Message-ID:  <201804032053.w33Krsu1095154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Apr  3 20:53:53 2018
New Revision: 331947
URL: https://svnweb.freebsd.org/changeset/base/331947

Log:
  The correct symbol version for FreeBSD 12 is 1.5.
  
  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:41:57 2018	(r331946)
+++ head/lib/libc/stdio/Symbol.map	Tue Apr  3 20:53:53 2018	(r331947)
@@ -160,12 +160,15 @@ FBSD_1.3 {
 	open_wmemstream;
 	mkostemp;
 	mkostemps;
-	gets_s;
 };
 
 FBSD_1.4 {
 	fdclose;
 	fopencookie;
+};
+
+FBSD_1.5 {
+	gets_s;
 };
 
 FBSDprivate_1.0 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804032053.w33Krsu1095154>