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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to