1 /*  DO NOT EDIT THIS FILE.
2 
3     It has been auto-edited by fixincludes from:
4 
5 	"fixinc/tests/inc/sys/socket.h"
6 
7     This had to be done to correct non-standard usages in the
8     original, manufacturer supplied header file.  */
9 
10 
11 
12 #if defined( AIX_EXTERNCPP1_CHECK )
13 #ifdef __cplusplus
14 extern "C++" {
15 #endif  /* AIX_EXTERNCPP1_CHECK */
16 
17 
18 #if defined( AIX_EXTERNCPP2_CHECK )
19 } /* extern "C++" */
20 #else  /* __cplusplus */
21 #endif  /* AIX_EXTERNCPP2_CHECK */
22 
23 
24 #if defined( HPUX11_EXTERN_SENDFILE_CHECK )
25 #ifndef _APP32_64BIT_OFF_T
26    extern sbsize_t sendfile __((int, int, off_t, bsize_t,
27                                const struct iovec *, int));
28 #endif
29 
30 #endif  /* HPUX11_EXTERN_SENDFILE_CHECK */
31 
32 
33 #if defined( HPUX11_EXTERN_SENDPATH_CHECK )
34 #ifndef _APP32_64BIT_OFF_T
35    extern sbsize_t sendpath __((int, int, off_t, bsize_t,
36                                const struct iovec *, int));
37 #endif
38 
39 #endif  /* HPUX11_EXTERN_SENDPATH_CHECK */
40