svn commit: r264043 - head/lib/libc/gen

David Chisnall theraven at FreeBSD.org
Wed Apr 2 16:29:30 UTC 2014


Author: theraven
Date: Wed Apr  2 16:29:29 2014
New Revision: 264043
URL: http://svnweb.freebsd.org/changeset/base/264043

Log:
  Move scandir_b to a later symbol version.

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

Modified: head/lib/libc/gen/Symbol.map
==============================================================================
--- head/lib/libc/gen/Symbol.map	Wed Apr  2 16:07:48 2014	(r264042)
+++ head/lib/libc/gen/Symbol.map	Wed Apr  2 16:29:29 2014	(r264043)
@@ -349,7 +349,6 @@ FBSD_1.1 {
 	posix_spawnattr_setsigdefault;
 	posix_spawnattr_setsigmask;
 	posix_spawnp;
-	scandir_b;
 	semctl;
 	tcgetsid;
 	tcsetsid;
@@ -393,6 +392,7 @@ FBSD_1.3 {
 	nvis;
 	pwcache_userdb;
 	pwcache_groupdb;
+	scandir_b;
 	snvis;
 	strenvisx;
 	strnunvis;


More information about the svn-src-all mailing list