mbox series

[hurd,commited,00/10] htl: move some forward symbol into libc

Message ID 20230823235546.3391381-1-samuel.thibault@ens-lyon.org
Headers show
Series htl: move some forward symbol into libc | expand

Message

Samuel Thibault Aug. 23, 2023, 11:55 p.m. UTC
Guy-Fleury Iteriteka via Libc-alpha (10):
  htl: move pthread_equal into libc
  htl: move pthread_getschedparam into libc
  htl: move pthread_setschedparam into libc
  htl: move pthread_attr_getschedparam into libc
  htl: move pthread_attr_getinheritsched into libc
  htl: move pthread_attr_setinheritsched into libc
  htl: move pthread_attr_getschedpolicy into libc
  htl: move pthread_attr_setschedpolicy into libc
  htl: move pthread_attr_getdetachstate into libc
  htl: move pthread_attr_setdetachstate into libc

 htl/Makefile                                | 20 +++++++------
 htl/Versions                                | 17 ++++++-----
 htl/forward.c                               | 32 ---------------------
 htl/pt-initialize.c                         | 10 -------
 sysdeps/htl/pthread-functions.h             | 24 ----------------
 sysdeps/mach/hurd/i386/libpthread.abilist   | 10 -------
 sysdeps/mach/hurd/x86_64/libpthread.abilist | 10 -------
 7 files changed, 19 insertions(+), 104 deletions(-)