git-sem-open
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 30 Apr 2025 01:01:35 +0000 (09:01 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 30 Apr 2025 01:01:35 +0000 (09:01 +0800)
commite47ee3b77cc89e5d50610206fde93f918eb666b5
treea78114f7aa72969a479bcd783e4f47e2856c0833
parentf814b32321520f4afd547f2ccf873fa2a16721d9
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]