glibc/sysdeps/unix/bsd
Samuel Thibault 52a1f1814e 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.
2017-09-28 00:49:05 +02:00
..
bits Factor out shared definitions from bits/signum.h. 2017-06-20 20:32:50 -04:00
Implies
Makefile
Versions
bsdtty.h
cmsg_nxthdr.c
ftime.c
getpt.c
gtty.c
sigblock.c
sigsetmask.c
stty.c
syscalls.list
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsendbrk.c
tcsetattr.c
tcsetpgrp.c
ualarm.c
unlockpt.c hurd: Fix `revoke' symbol exposition from `unlockpt' 2017-09-28 00:49:05 +02:00
wait.c
wait3.c
waitpid.c