diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 01:53:46 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 01:53:46 +0200 |
commit | a3bac9c2f26072ae6805393064c0a66a6ab1cb05 (patch) | |
tree | 0ab1073244086f29690923e59bccce7abcfaef34 | |
parent | 33574c17eefcf326c1cd30eb9f915ad26d3d9ef2 (diff) | |
download | glibc-a3bac9c2f26072ae6805393064c0a66a6ab1cb05.zip glibc-a3bac9c2f26072ae6805393064c0a66a6ab1cb05.tar.gz glibc-a3bac9c2f26072ae6805393064c0a66a6ab1cb05.tar.bz2 |
hurd libpthread: add function missing in ABI list
* sysdeps/mach/hurd/i386/libpthread.abilist (__pthread_self): Add.
-rw-r--r-- | sysdeps/mach/hurd/i386/libpthread.abilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist b/sysdeps/mach/hurd/i386/libpthread.abilist index e11569f..5838c57 100644 --- a/sysdeps/mach/hurd/i386/libpthread.abilist +++ b/sysdeps/mach/hurd/i386/libpthread.abilist @@ -5,6 +5,7 @@ GLIBC_2.12 __pthread_get_cleanup_stack F GLIBC_2.12 __pthread_key_create F GLIBC_2.12 __pthread_kill F GLIBC_2.12 __pthread_mutex_transfer_np F +GLIBC_2.12 __pthread_self F GLIBC_2.12 __pthread_spin_destroy F GLIBC_2.12 __pthread_spin_init F GLIBC_2.12 __pthread_spin_lock F |