git-libpthread_setpshared
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 8 Oct 2022 15:53:16 +0000 (16:53 +0100)
committerHelmut Grohne <helmut@subdivi.de>
Sat, 8 Oct 2022 15:53:16 +0000 (16:53 +0100)
commit387513b74a305347c30ffac981a5c53a51d8219b
tree31fe84823415ae39205addedbdd57c262158e862
parentcf5c5c7806130bd86dc910af25eb99a1bc6d1411
git-libpthread_setpshared

commit 55137f7dd939bc8403a63f4cade73ff90575b821
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Jan 2 22:21:34 2019 +0100

    hurd: advertise *_setpshared as not supported

    The functions themselves return 0, but initializing a mutex/etc with       .
    pshared set to 1 will fail anyway                                          .

            * sysdeps/htl/pt-barrierattr-setpshared.c
            (pthread_barrierattr_setpshared): Add stub warning.
            * sysdeps/htl/pt-condattr-setpshared.c
            (pthread_condattr_setpshared): Likewise.
            * sysdeps/htl/pt-mutexattr-setpshared.c
            (pthread_mutexattr_setpshared): Likewise.
            * sysdeps/htl/pt-rwlockattr-setpshared.c
            (pthread_rwlockattr_setpshared): Likewise.
            * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
            (pthread_mutexattr_setpshared): Likewise.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-libpthread_setpshared.diff
sysdeps/htl/pt-barrierattr-setpshared.c
sysdeps/htl/pt-condattr-setpshared.c
sysdeps/htl/pt-mutexattr-setpshared.c
sysdeps/htl/pt-rwlockattr-setpshared.c
sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c