summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-03-10 17:33:24 (GMT)
committervasiljevic <zv@archiware.com>2006-03-10 17:33:24 (GMT)
commit189013828dfa579f32716b46c6da51e40b6e0de9 (patch)
tree13bea9f64d07dd99eae072e8c1287a2a95239b49 /unix/tclUnixSock.c
parentd9b33fb71bcfa6d4748a666425b03f62795dde30 (diff)
downloadtcl-189013828dfa579f32716b46c6da51e40b6e0de9.zip
tcl-189013828dfa579f32716b46c6da51e40b6e0de9.tar.gz
tcl-189013828dfa579f32716b46c6da51e40b6e0de9.tar.bz2
Added no-op TclpFinalizeSockets().
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c24
1 files changed, 23 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index 235ab92..df39753 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixSock.c,v 1.14 2005/11/11 23:46:36 dkf Exp $
+ * RCS: @(#) $Id: tclUnixSock.c,v 1.15 2006/03/10 17:33:24 vasiljevic Exp $
*/
#include "tclInt.h"
@@ -159,6 +159,28 @@ TclpHasSockets(
}
/*
+ *----------------------------------------------------------------------
+ *
+ * TclpFinalizeSockets --
+ *
+ * Performs per-thread socket subsystem finalization.
+ *
+ * Results:
+ * None.
+ *
+ * Side effects:
+ * None.
+ *
+ *----------------------------------------------------------------------
+ */
+
+void
+TclpFinalizeSockets()
+{
+ return;
+}
+
+/*
* Local Variables:
* mode: c
* c-basic-offset: 4