2017-12-07 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / fixincludes / tests / base / sys / socket.h
blob5d66f8be2912beb3d830154d79a971ed1e952c9a
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/socket.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( AIX_EXTERNCPP1_CHECK )
13 #ifdef __cplusplus
14 extern "C++" {
15 #endif /* AIX_EXTERNCPP1_CHECK */
18 #if defined( AIX_EXTERNCPP2_CHECK )
19 } /* extern "C++" */
20 #else /* __cplusplus */
21 #endif /* AIX_EXTERNCPP2_CHECK */
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
30 #endif /* HPUX11_EXTERN_SENDFILE_CHECK */
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
39 #endif /* HPUX11_EXTERN_SENDPATH_CHECK */