From 189013828dfa579f32716b46c6da51e40b6e0de9 Mon Sep 17 00:00:00 2001 From: vasiljevic Date: Fri, 10 Mar 2006 17:33:24 +0000 Subject: Added no-op TclpFinalizeSockets(). --- unix/tclUnixSock.c | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 -- cgit v0.12