git-sem-open
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 27 May 2025 10:40:04 +0000 (11:40 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 27 May 2025 10:40:04 +0000 (11:40 +0100)
commitd2e26d328a7d8c902061545825ff905db38a1931
tree9032f491db8220c37653958649f26c8459b41410
parent21e63f85d35712a215b0485ebb90db2ec5ac44d1
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]