Home | History | Annotate | Line # | Download | only in sys
socket.h revision 1.1.1.1.8.1
      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 */
     28