Import Tcl-core 8.6.6 (as of svn r86089)
This commit is contained in:
19
unix/tclUnixThrd.h
Normal file
19
unix/tclUnixThrd.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* tclUnixThrd.h --
|
||||
*
|
||||
* This header file defines things for thread support.
|
||||
*
|
||||
* Copyright (c) 1998 Sun Microsystems, Inc.
|
||||
*
|
||||
* See the file "license.terms" for information on usage and redistribution
|
||||
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
*/
|
||||
|
||||
#ifndef _TCLUNIXTHRD
|
||||
#define _TCLUNIXTHRD
|
||||
|
||||
#ifdef TCL_THREADS
|
||||
|
||||
|
||||
#endif /* TCL_THREADS */
|
||||
#endif /* _TCLUNIXTHRD */
|
||||
Reference in New Issue
Block a user