gfleury (8):
  htl: move __pthread_default_barrierattr into libc.
  htl: move pthread_barrierattr_destroy into libc.
  htl: move pthread_barrierattr_init into libc.
  htl: move pthread_barrierattr_getpshared,
    pthread_barrierattr_setpshared into libc.
  htl: move pthread_barrier_destroy into libc.
  htl: move pthread_barrier_init into libc.
  htl: move pthread_barrier_wait into libc.
  htl: stop exporting __pthread_default_barrierattr.

 htl/Makefile                                | 16 ++++++++--------
 htl/Versions                                | 18 ++++++++++++++----
 sysdeps/htl/pt-barrier-destroy.c            |  9 ++++++++-
 sysdeps/htl/pt-barrier-init.c               | 10 ++++++++--
 sysdeps/htl/pt-barrier-wait.c               | 10 ++++++++--
 sysdeps/htl/pt-barrierattr-destroy.c        | 11 +++++++++--
 sysdeps/htl/pt-barrierattr-getpshared.c     |  9 ++++++++-
 sysdeps/htl/pt-barrierattr-init.c           |  9 ++++++++-
 sysdeps/htl/pt-barrierattr-setpshared.c     |  9 ++++++++-
 sysdeps/htl/pthreadP.h                      | 18 ++++++++++++++++++
 sysdeps/mach/hurd/i386/libc.abilist         | 14 ++++++++++++++
 sysdeps/mach/hurd/i386/libpthread.abilist   |  7 -------
 sysdeps/mach/hurd/x86_64/libc.abilist       | 14 ++++++++++++++
 sysdeps/mach/hurd/x86_64/libpthread.abilist |  7 -------
 14 files changed, 125 insertions(+), 36 deletions(-)

-- 
2.47.2


Reply via email to