d0cd37e2574728a4bc2fbe5c75356cb59d9af0fb
[platform/upstream/gcc48.git] / fixincludes / tests / base / sys / socket.h
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( HPUX11_EXTERN_SENDFILE_CHECK )
13 #ifndef _APP32_64BIT_OFF_T
14    extern sbsize_t sendfile __((int, int, off_t, bsize_t,
15                                const struct iovec *, int));
16 #endif
17
18 #endif  /* HPUX11_EXTERN_SENDFILE_CHECK */
19
20
21 #if defined( HPUX11_EXTERN_SENDPATH_CHECK )
22 #ifndef _APP32_64BIT_OFF_T
23    extern sbsize_t sendpath __((int, int, off_t, bsize_t,
24                                const struct iovec *, int));
25 #endif
26
27 #endif  /* HPUX11_EXTERN_SENDPATH_CHECK */