svn commit: r229808 - head/lib/libc/stdlib

Ed Schouten ed at FreeBSD.org
Sun Jan 8 12:04:22 UTC 2012


Author: ed
Date: Sun Jan  8 12:04:22 2012
New Revision: 229808
URL: http://svn.freebsd.org/changeset/base/229808

Log:
  Properly sort functions by name.

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

Modified: head/lib/libc/stdlib/Symbol.map
==============================================================================
--- head/lib/libc/stdlib/Symbol.map	Sun Jan  8 12:03:46 2012	(r229807)
+++ head/lib/libc/stdlib/Symbol.map	Sun Jan  8 12:04:22 2012	(r229808)
@@ -93,18 +93,18 @@ FBSD_1.0 {
 };
 
 FBSD_1.3 {
+	at_quick_exit;
 	atof_l;
 	atoi_l;
 	atol_l;
 	atoll_l;
-	at_quick_exit;
 	quick_exit;
 	strtod_l;
-	strtol_l;
-	strtoll_l;
 	strtof_l;
 	strtoimax_l;
+	strtol_l;
 	strtold_l;
+	strtoll_l;
 	strtoq_l;
 	strtoul_l;
 	strtoull_l;


More information about the svn-src-head mailing list