git-revoke-linknamespace
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
commit6185a88f137a241efa90ebeef9815f3d87e7a249
treea400eb2761fcd9c216ebbc1d02c3bb2098b0e6f5
parent2c1a69c62021b1afff436cf7b156df094d056e25
git-revoke-linknamespace

commit 22f24293a4311e395fa978b3bb3b1e30e9a01caf
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Sep 28 00:01:40 2017 +0200

    hurd: Fix `revoke' symbol exposition from `unlockpt'

    `revoke' is MISC only, it should not be exposed along `unlockpt' which is
    XOPEN.

            * include/unistd.h (__revoke): New declaration.
            * misc/revoke.c (revoke): Rename to __revoke, and redefine as weak
            alias.
            * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
            * sysdeps/unix/bsd/unlockpt.c (unlockpt): Use __revoke instead of
            revoke.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-revoke-linknamespace.diff
include/unistd.h
misc/revoke.c
sysdeps/mach/hurd/revoke.c
sysdeps/unix/bsd/unlockpt.c