|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/PTHREAD-EMBEDDED PATCH 1/2] Sort exported symbols
Hi Cyril, this look ok, thanks.
Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx>
On 15.10.19, 17:06, "Minios-devel on behalf of Cyril Soldani"
<minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx on behalf of
cyril.soldani@xxxxxxxxx> wrote:
Signed-off-by: Cyril Soldani <cyril.soldani@xxxxxxxxx>
---
exportsyms.uk | 122 +++++++++++++++++++++++++-------------------------
1 file changed, 61 insertions(+), 61 deletions(-)
diff --git a/exportsyms.uk b/exportsyms.uk
index 4ebf3ac..2675b63 100644
--- a/exportsyms.uk
+++ b/exportsyms.uk
@@ -1,93 +1,94 @@
-pthread_init
-pthread_terminate
-pthread_attr_init
+pte_test_main
+pthread_atfork
pthread_attr_destroy
pthread_attr_getdetachstate
+pthread_attr_getinheritsched
+pthread_attr_getschedparam
+pthread_attr_getschedpolicy
+pthread_attr_getscope
pthread_attr_getstackaddr
pthread_attr_getstacksize
+pthread_attr_init
pthread_attr_setdetachstate
-pthread_attr_setstackaddr
-pthread_attr_setstacksize
-pthread_attr_getschedparam
+pthread_attr_setinheritsched
pthread_attr_setschedparam
pthread_attr_setschedpolicy
-pthread_attr_getschedpolicy
-pthread_attr_setinheritsched
-pthread_attr_getinheritsched
pthread_attr_setscope
-pthread_attr_getscope
+pthread_attr_setstackaddr
+pthread_attr_setstacksize
+pthread_barrier_destroy
+pthread_barrier_init
+pthread_barrier_wait
+pthread_barrierattr_destroy
+pthread_barrierattr_getpshared
+pthread_barrierattr_init
+pthread_barrierattr_setpshared
+pthread_cancel
+pthread_cond_broadcast
+pthread_cond_destroy
+pthread_cond_init
+pthread_cond_signal
+pthread_cond_timedwait
+pthread_cond_wait
+pthread_condattr_destroy
+pthread_condattr_getpshared
+pthread_condattr_init
+pthread_condattr_setpshared
pthread_create
pthread_detach
pthread_equal
pthread_exit
+pthread_getconcurrency
+pthread_getschedparam
+pthread_getspecific
+pthread_init
pthread_join
-pthread_self
-pthread_cancel
-pthread_setcancelstate
-pthread_setcanceltype
-pthread_testcancel
-pthread_once
pthread_key_create
pthread_key_delete
-pthread_setspecific
-pthread_getspecific
-pthread_mutexattr_init
-pthread_mutexattr_destroy
-pthread_mutexattr_getpshared
-pthread_mutexattr_setpshared
-pthread_mutexattr_settype
-pthread_mutexattr_gettype
-pthread_barrierattr_init
-pthread_barrierattr_destroy
-pthread_barrierattr_getpshared
-pthread_barrierattr_setpshared
-pthread_mutex_init
+pthread_kill
pthread_mutex_destroy
+pthread_mutex_init
pthread_mutex_lock
pthread_mutex_timedlock
pthread_mutex_trylock
pthread_mutex_unlock
-pthread_spin_init
-pthread_spin_destroy
-pthread_spin_lock
-pthread_spin_trylock
-pthread_spin_unlock
-pthread_barrier_init
-pthread_barrier_destroy
-pthread_barrier_wait
-pthread_condattr_init
-pthread_condattr_destroy
-pthread_condattr_getpshared
-pthread_condattr_setpshared
-pthread_cond_init
-pthread_cond_destroy
-pthread_cond_wait
-pthread_cond_timedwait
-pthread_cond_signal
-pthread_cond_broadcast
-pthread_setschedparam
-pthread_getschedparam
-pthread_setconcurrency
-pthread_getconcurrency
-pthread_rwlock_init
+pthread_mutexattr_destroy
+pthread_mutexattr_getpshared
+pthread_mutexattr_gettype
+pthread_mutexattr_init
+pthread_mutexattr_setpshared
+pthread_mutexattr_settype
+pthread_once
pthread_rwlock_destroy
-pthread_rwlock_tryrdlock
-pthread_rwlock_trywrlock
+pthread_rwlock_init
pthread_rwlock_rdlock
pthread_rwlock_timedrdlock
-pthread_rwlock_wrlock
pthread_rwlock_timedwrlock
+pthread_rwlock_tryrdlock
+pthread_rwlock_trywrlock
pthread_rwlock_unlock
-pthread_rwlockattr_init
+pthread_rwlock_wrlock
pthread_rwlockattr_destroy
pthread_rwlockattr_getpshared
+pthread_rwlockattr_init
pthread_rwlockattr_setpshared
-pthread_kill
-pthread_atfork
-sched_yield
-sched_get_priority_min
+pthread_self
+pthread_setcancelstate
+pthread_setcanceltype
+pthread_setconcurrency
+pthread_setschedparam
+pthread_setspecific
+pthread_spin_destroy
+pthread_spin_init
+pthread_spin_lock
+pthread_spin_trylock
+pthread_spin_unlock
+pthread_terminate
+pthread_testcancel
sched_get_priority_max
+sched_get_priority_min
sched_setscheduler
+sched_yield
sem_close
sem_destroy
sem_getvalue
@@ -99,4 +100,3 @@ sem_timedwait
sem_trywait
sem_unlink
sem_wait
-pte_test_main
--
2.23.0
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |