diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-23 00:24:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-23 00:24:31 (GMT) |
commit | 32d847fdb1dab403a2db715367cceadad9f9e467 (patch) | |
tree | 5a154848a1901797f909f029933e19ccdb283c63 /generic | |
parent | 02be87df7fbd313cca35b5461372f13152ac7131 (diff) | |
download | tcl-32d847fdb1dab403a2db715367cceadad9f9e467.zip tcl-32d847fdb1dab403a2db715367cceadad9f9e467.tar.gz tcl-32d847fdb1dab403a2db715367cceadad9f9e467.tar.bz2 |
Version of [Patch 746578] that works with Linux and is likely to work elsewhere
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 6b16f7b..f7d2026 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.166 2004/06/22 13:08:59 vasiljevic Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.167 2004/06/23 00:24:42 dkf Exp $ */ #ifndef _TCLINT @@ -1901,6 +1901,7 @@ EXTERN void TclpThreadDataKeyInit _ANSI_ARGS_(( EXTERN void TclpThreadDataKeySet _ANSI_ARGS_(( Tcl_ThreadDataKey *keyPtr, VOID *data)); EXTERN void TclpThreadExit _ANSI_ARGS_((int status)); +EXTERN int TclpThreadGetStackSize _ANSI_ARGS_((void)); EXTERN void TclRememberCondition _ANSI_ARGS_((Tcl_Condition *mutex)); EXTERN void TclRememberDataKey _ANSI_ARGS_((Tcl_ThreadDataKey *mutex)); EXTERN VOID TclRememberJoinableThread _ANSI_ARGS_((Tcl_ThreadId id)); |