]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
hurd: Fix `revoke' symbol exposition from `unlockpt'
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 27 Sep 2017 22:01:40 +0000 (00:01 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 27 Sep 2017 22:49:05 +0000 (00:49 +0200)
commit52a1f1814ef530d8c78442f2bcaf28f4f2575790
tree9bfb33f719c7c3a4be1c15fe904c485550844d82
parent2c7bbfaf4e361b482f3ccfbdbb29cc5121ca0ea8
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.
ChangeLog
include/unistd.h
misc/revoke.c
sysdeps/mach/hurd/revoke.c
sysdeps/unix/bsd/unlockpt.c