git-sem-pshared
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 19 Apr 2023 21:17:51 +0000 (22:17 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 19 Apr 2023 21:17:51 +0000 (22:17 +0100)
commit21669f3f53db6418e1eb20fb9e6b3f15ac381da3
treeaf96ea899b48484a7c23f0cd88610f6aa56ea8c6
parent99eb7eea7d5345dfc3eff673e9aff24ac16d8ab3
git-sem-pshared

Commited for 2.33

commit 4702ba8c1726ef5b692fbca1255b632b8e81e8c7
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 13 15:14:40 2020 +0000

    htl: Add pshared semaphore support

    The implementation is extremely similar to the nptl implementation, but
    with slight differences in the futex interface. This fixes some of BZ
    25521.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-sem-pshared.diff
htl/Makefile
htl/pt-internal.h
sysdeps/htl/bits/semaphore.h
sysdeps/htl/sem-destroy.c
sysdeps/htl/sem-getvalue.c
sysdeps/htl/sem-init.c
sysdeps/htl/sem-post.c
sysdeps/htl/sem-timedwait.c
sysdeps/htl/sem-trywait.c
sysdeps/htl/sem-wait.c
sysdeps/htl/sem-waitfast.c [new file with mode: 0644]