socket.h 938 B

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