1 /*
2  * mutexes for libaudio
3  *
4  * Jon Trulson, 11/25/2001
5  *
6  * $Id: mutex.c 78 2001-11-26 00:20:09Z jon $
7  *
8  */
9 
10 /*
11 Permission to use, copy, modify, distribute, and sell this software and its
12 documentation for any purpose is hereby granted without fee, provided that
13 the above copyright notice appear in all copies and that both that
14 copyright notice and this permission notice appear in supporting
15 documentation, and that the name of M.I.T. not be used in advertising or
16 publicity pertaining to distribution of the software without specific,
17 written prior permission.  M.I.T. makes no representations about the
18 suitability of this software for any purpose.  It is provided "as is"
19 without express or implied warranty.
20 */
21 
22 #define _INSTANTIATE_GLOBALS
23 				/* get our mutices ;-) */
24 #include "mutex.h"
25 #undef _INSTANTIATE_GLOBALS
26 
27 
28