git-libpthread_setpshared
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 9 Feb 2019 17:34:27 +0000 (17:34 +0000)
committerSamuel Thibault <sthibault@debian.org>
Sat, 9 Feb 2019 17:34:27 +0000 (17:34 +0000)
commitc5d7a5e3e4019527763603162f818cebc64184a7
tree1b71596bb5392b68944a498b4e6abb7c2d4295c6
parent2ca2b201c074fd860cf09bc5368dbfa01f3c5909
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