1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
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

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