svn commit: r331945 - head/lib/libc/stdio

Cy Schubert cy at FreeBSD.org
Tue Apr 3 20:38:25 UTC 2018


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 {
 	open_wmemstream;
 	mkostemp;
 	mkostemps;
+	gets_s;
 };
 
 FBSD_1.4 {
 	fdclose;
 	fopencookie;
-	gets_s;
 };
 
 FBSDprivate_1.0 {


More information about the svn-src-all mailing list