svn commit: r238345 - head/lib/libc/sys

Lawrence Stewart lstewart at FreeBSD.org
Tue Jul 10 08:31:28 UTC 2012


Author: lstewart
Date: Tue Jul 10 08:31:28 2012
New Revision: 238345
URL: http://svn.freebsd.org/changeset/base/238345

Log:
  Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been
  put initially. They were added to head during development of 10-CURRENT, not
  9-CURRENT.
  
  Submitted by:	glebius
  Reviewed by:	kib

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

Modified: head/lib/libc/sys/Symbol.map
==============================================================================
--- head/lib/libc/sys/Symbol.map	Tue Jul 10 07:45:47 2012	(r238344)
+++ head/lib/libc/sys/Symbol.map	Tue Jul 10 08:31:28 2012	(r238345)
@@ -365,9 +365,6 @@ FBSD_1.2 {
 	cap_getmode;
 	cap_new;
 	cap_getrights;
-	ffclock_getcounter;
-	ffclock_getestimate;
-	ffclock_setestimate;
 	getloginclass;
 	pdfork;
 	pdgetpid;
@@ -382,6 +379,9 @@ FBSD_1.2 {
 };
 
 FBSD_1.3 {
+	ffclock_getcounter;
+	ffclock_getestimate;
+	ffclock_setestimate;
 	posix_fadvise;
 };
 


More information about the svn-src-all mailing list