git-sem-open
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 31 Mar 2021 20:09:32 +0000 (21:09 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 31 Mar 2021 20:09:32 +0000 (21:09 +0100)
commit8b24b2415fc058041fb868c274a2693e14399c4f
tree2d14c88b3ec2071e183e51abc85611e0c72ed0c6
parenta7e5985af6fe796b49a599188147b6fbf63081a7
git-sem-open

Submitted for 2.33

commit 257e4e7b576d54ab943d73dcda64c9a62c15b907
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 13 15:20:32 2020 +0000

    htl: Get sem_open/sem_close/sem_unlink support

    This just moves the existing nptl implementation to reuse as it is in
    htl.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-sem-open.diff
htl/Makefile
htl/semaphoreP.h [new file with mode: 0644]
nptl/sem_close.c [deleted file]
nptl/sem_open.c [deleted file]
nptl/sem_unlink.c [deleted file]
sysdeps/htl/sem-close.c [deleted file]
sysdeps/htl/sem-open.c [deleted file]
sysdeps/htl/sem-unlink.c [deleted file]
sysdeps/pthread/sem_close.c [new file with mode: 0644]
sysdeps/pthread/sem_open.c [new file with mode: 0644]
sysdeps/pthread/sem_unlink.c [new file with mode: 0644]