os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMacThrd.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMacThrd.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +/*
     1.5 + * tclUnixThrd.h --
     1.6 + *
     1.7 + *      This header file defines things for thread support.
     1.8 + *
     1.9 + * Copyright (c) 1998 Sun Microsystems, Inc.
    1.10 + *
    1.11 + * See the file "license.terms" for information on usage and redistribution
    1.12 + * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1.13 + *
    1.14 + * SCCS: @(#)
    1.15 + */
    1.16 + 
    1.17 +#ifndef _TCLMACTHRD
    1.18 +#define _TCLMACTHRD
    1.19 +
    1.20 +#ifdef TCL_THREADS
    1.21 +
    1.22 +#endif /* TCL_THREADS */
    1.23 +#endif /* _TCLMACTHRD */