1998-10-26  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/unix/sysv/linux/Versions: Move shutdown ...
	* socket/Versions [libc, GLIBC_2.0]: ... to here.
This commit is contained in:
Ulrich Drepper 1998-10-26 11:46:26 +00:00
parent 992af677a8
commit 48ab6a9e31
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
1998-10-26 Mark Kettenis <kettenis@phys.uva.nl>
* sysdeps/unix/sysv/linux/Versions: Move shutdown ...
* socket/Versions [libc, GLIBC_2.0]: ... to here.
1998-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* include/stdio.h: Included <stddef.h> for size_t.

View file

@ -30,6 +30,6 @@ libc {
recv; recvfrom; recvmsg;
# s*
send; sendmsg; sendto; setsockopt; socket; socketpair;
send; sendmsg; sendto; setsockopt; shutdown; socket; socketpair;
}
}

View file

@ -46,7 +46,7 @@ libc {
setfsgid; setfsuid;
# s*
setresgid; setresuid; shutdown; swapoff; swapon; sysctl;
setresgid; setresuid; swapoff; swapon; sysctl;
# u*
umount; uselib;