summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/pthread.c
blob: 383fb40f09fc1eeb2e086b17394e5daf23974b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* $Id$

 * =============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    pthread.c
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */


#include "pace/pthread.h"


# if !defined (PACE_HAS_INLINE)
# include "pthread.inl"
# endif /* !PACE_HAS_INLINE */