Author: davidxu
Date: Mon Oct 18 05:16:44 2010
New Revision: 214009
URL: http://svn.freebsd.org/changeset/base/214009

Log:
  sort function name.

Modified:
  head/lib/libthr/pthread.map

Modified: head/lib/libthr/pthread.map
==============================================================================
--- head/lib/libthr/pthread.map Mon Oct 18 05:15:26 2010        (r214008)
+++ head/lib/libthr/pthread.map Mon Oct 18 05:16:44 2010        (r214009)
@@ -403,8 +403,8 @@ FBSD_1.1 {
 
 FBSD_1.2 {
        openat;
-       setcontext;
-       swapcontext;
        pthread_rwlockattr_getkind_np;
        pthread_rwlockattr_setkind_np;
+       setcontext;
+       swapcontext;
 };
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to