]> git.ipfire.org Git - thirdparty/glibc.git/commit
htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 13 Dec 2020 15:20:32 +0000 (15:20 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 16 Dec 2020 13:27:25 +0000 (14:27 +0100)
commit749cd2ca7893702f762de9d9852a39973eb044a0
treeb49f025bb86f10220b87f3832cfefed404740b45
parenta28296e778ad464d2ba6289446668c3d0dcf1236
htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]

This just moves the existing nptl implementation to reuse as it is in
htl.
htl/Makefile
htl/semaphoreP.h [new file with mode: 0644]
sysdeps/htl/sem-close.c [deleted file]
sysdeps/htl/sem-open.c [deleted file]
sysdeps/htl/sem-unlink.c [deleted file]
sysdeps/mach/hurd/i386/Makefile
sysdeps/pthread/sem_close.c [moved from nptl/sem_close.c with 100% similarity]
sysdeps/pthread/sem_open.c [moved from nptl/sem_open.c with 100% similarity]
sysdeps/pthread/sem_unlink.c [moved from nptl/sem_unlink.c with 100% similarity]