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 #ifndef _KERNEL
14 #ifdef __cplusplus
15 extern "C++" {
16 extern "C" int naccept(int, struct sockaddr *, socklen_t *);
17 #endif  /* AIX_EXTERNCPP1_CHECK */
18 
19 
20 #if defined( AIX_EXTERNCPP2_CHECK )
21 #endif /* COMPAT_43 */
22 } /* extern "C++" */
23 #else  /* __cplusplus */
24 #endif  /* AIX_EXTERNCPP2_CHECK */
25 
26 
27 #if defined( HPUX11_EXTERN_SENDFILE_CHECK )
28 #ifndef _APP32_64BIT_OFF_T
29    extern sbsize_t sendfile __((int, int, off_t, bsize_t,
30                                const struct iovec *, int));
31 #endif
32 
33 #endif  /* HPUX11_EXTERN_SENDFILE_CHECK */
34 
35 
36 #if defined( HPUX11_EXTERN_SENDPATH_CHECK )
37 #ifndef _APP32_64BIT_OFF_T
38    extern sbsize_t sendpath __((int, int, off_t, bsize_t,
39                                const struct iovec *, int));
40 #endif
41 
42 #endif  /* HPUX11_EXTERN_SENDPATH_CHECK */
43