This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Version map fix


Hi,

The shutdown function is not linux specific.  This patch moves it into
the Versions file in the socket subdirectory where it belongs.

Mark


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

	* sysdeps/unix/sysv/linux/Versions: Move shutdown ...
	* socket/Versions [libc, GLIBC_2.0]: ... to here.


Index: sysdeps/unix/sysv/linux/Versions
--- 0.22/sysdeps/unix/sysv/linux/Versions Mon, 26 Oct 1998 00:03:03 +0100 kettenis (libc/b/37_Versions 1.1 644)
+++ Local.17(w)/sysdeps/unix/sysv/linux/Versions Mon, 26 Oct 1998 00:03:35 +0100 kettenis ()
@@ -46,7 +46,7 @@
     setfsgid; setfsuid;
 
     # s*
-    setresgid; setresuid; shutdown; swapoff; swapon; sysctl;
+    setresgid; setresuid; swapoff; swapon; sysctl;
 
     # u*
     umount; uselib;
Index: socket/Versions
--- 0.22/socket/Versions Mon, 26 Oct 1998 00:03:03 +0100 kettenis (libc/b/38_Versions 1.1 666)
+++ Local.17(w)/socket/Versions Mon, 26 Oct 1998 00:03:53 +0100 kettenis ()
@@ -30,6 +30,6 @@
     recv; recvfrom; recvmsg;
 
     # s*
-    send; sendmsg; sendto; setsockopt; socket; socketpair;
+    send; sendmsg; sendto; setsockopt; shutdown; socket; socketpair;
   }
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]