git-sem-open
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 28 Jan 2024 22:58:14 +0000 (23:58 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 28 Jan 2024 22:58:14 +0000 (23:58 +0100)
commit3e87ac86be9fcdf21f2f3e371f51920af619a40b
tree5c8270b01bdef1a39eb0ae79ee6297b7652b09a8
parent9baefb6d6093ec5546d384b75018e0077e513a9a
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]