summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--socket/Versions2
-rw-r--r--sysdeps/unix/sysv/linux/Versions2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 852f28b30a..64d024abd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/socket/Versions b/socket/Versions
index 36c7653ac3..6b114c8e31 100644
--- a/socket/Versions
+++ b/socket/Versions
@@ -30,6 +30,6 @@ libc {
recv; recvfrom; recvmsg;
# s*
- send; sendmsg; sendto; setsockopt; socket; socketpair;
+ send; sendmsg; sendto; setsockopt; shutdown; socket; socketpair;
}
}
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index 2a79aa69c9..eeaed93fc3 100644
--- a/sysdeps/unix/sysv/linux/Versions
+++ b/sysdeps/unix/sysv/linux/Versions
@@ -46,7 +46,7 @@ libc {
setfsgid; setfsuid;
# s*
- setresgid; setresuid; shutdown; swapoff; swapon; sysctl;
+ setresgid; setresuid; swapoff; swapon; sysctl;
# u*
umount; uselib;