about summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
Diffstat (limited to 'htl')
-rw-r--r--htl/Versions8
1 files changed, 4 insertions, 4 deletions
diff --git a/htl/Versions b/htl/Versions
index 8e0007d77c..8df40c7af7 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -36,10 +36,6 @@ libpthread {
 
     __pthread_mutex_transfer_np;
 
-    _pthread_mutex_destroy; _pthread_mutex_init;
-    _pthread_mutex_lock; _pthread_mutex_trylock; _pthread_mutex_unlock;
-    _pthread_rwlock_destroy; _pthread_rwlock_init;
-
     _cthread_init_routine;
 
     cthread_detach;
@@ -154,5 +150,9 @@ libpthread {
     __pthread_getattr_np;
     __pthread_attr_getstack;
     __pthread_mutex_timedlock;
+
+    _pthread_mutex_destroy; _pthread_mutex_init;
+    _pthread_mutex_lock; _pthread_mutex_trylock; _pthread_mutex_unlock;
+    _pthread_rwlock_destroy; _pthread_rwlock_init;
   }
 }