fixed breaking in libc ABI

From: Brooks Davis <brooks_at_freebsd.org>
Date: Fri, 11 Jan 2013 09:53:42 -0600
On December 18th I made a commit that accidentally broke the libc ABI,
the commit below fixes it.  If you updated current in the interim and
rebuilt ports due to complaints about strunvis or strunvisx you will
need to do so again after your next update.  Sorry for the breakage.

-- Brooks

----- Forwarded message from Brooks Davis <brooks_at_FreeBSD.org> -----

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Fri, 11 Jan 2013 15:50:01 +0000 (UTC)
To: src-committers_at_FreeBSD.org, svn-src-all_at_FreeBSD.org,
	svn-src-head_at_FreeBSD.org
Subject: svn commit: r245305 - head/lib/libc/gen

Author: brooks
Date: Fri Jan 11 15:50:01 2013
New Revision: 245305
URL: http://svnweb.freebsd.org/changeset/base/245305

Log:
  In r244401 I accidently moved strunvis and strunvisx from version 1.0 to
  1.3 breaking the libc ABI. Revert that change (breaking the ABI again
  for users who updated after December 18th).

Modified:
  head/lib/libc/gen/Symbol.map

Modified: head/lib/libc/gen/Symbol.map
==============================================================================
--- head/lib/libc/gen/Symbol.map	Fri Jan 11 15:05:55 2013	(r245304)
+++ head/lib/libc/gen/Symbol.map	Fri Jan 11 15:50:01 2013	(r245305)
_at__at_ -298,6 +298,8 _at__at_ FBSD_1.0 {
 	ualarm;
 	ulimit;
 	uname;
+	strunvis;
+	strunvisx;
 	usleep;
 	utime;
 	valloc;
_at__at_ -391,8 +393,6 _at__at_ FBSD_1.3 {
 	snvis;
 	strnunvis;
 	strnunvisx;
-	strunvis;
-	strunvisx;
 	strnvis;
 	strnvisx;
 	strsnvis;


----- End forwarded message -----

Received on Fri Jan 11 2013 - 14:53:44 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:33 UTC