diff options
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 92ec98da5f..5579bea011 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -135,5 +135,8 @@ libpthread { pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; pthread_spin_trylock; pthread_spin_unlock; pthread_getcpuclockid; + + # Extensions. + pthread_yield; } } |