os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixThrd.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
 * tclUnixThrd.h --
sl@0
     3
 *
sl@0
     4
 *      This header file defines things for thread support.
sl@0
     5
 *
sl@0
     6
 * Copyright (c) 1998 Sun Microsystems, Inc.
sl@0
     7
 *
sl@0
     8
 * See the file "license.terms" for information on usage and redistribution
sl@0
     9
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
sl@0
    10
 *
sl@0
    11
 * SCCS: @(#)
sl@0
    12
 */
sl@0
    13
 
sl@0
    14
#ifndef _TCLUNIXTHRD
sl@0
    15
#define _TCLUNIXTHRD
sl@0
    16
sl@0
    17
#ifdef TCL_THREADS
sl@0
    18
sl@0
    19
sl@0
    20
#endif /* TCL_THREADS */
sl@0
    21
#endif /* _TCLUNIXTHRD */