git-sem-pshared
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 1 May 2021 20:56:06 +0000 (21:56 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 1 May 2021 20:56:06 +0000 (21:56 +0100)
commitd5b29398ee630c7367d2acfa2e496a2dcfae094e
tree430409b50918850212a413844e80d57cbdb1aa15
parent0be0d2016bdb7eab9e414f5cb03b60dee5015ec9
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]