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

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


#include "pace/sys/socket.h"

# if !defined (PACE_HAS_INLINE)
# include "pace/sys/socket.inl"
# endif /* !PACE_HAS_INLINE */