* tests/base/sys/socket.h: Update.

From-SVN: r118384
This commit is contained in:
Steve Ellcey 2006-11-01 16:25:17 +00:00 committed by Steve Ellcey
parent 36c90fd27a
commit b4d24eaad4
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-11-01 Steve Ellcey <sje@cup.hp.com>
* tests/base/sys/socket.h: Update.
2006-10-31 Steve Ellcey <sje@cup.hp.com>
* inclhack.def (hpux11_extern_sendfile): New.

View File

@ -9,6 +9,24 @@
#if defined( HPUX11_EXTERN_SENDFILE_CHECK )
#ifndef _APP32_64BIT_OFF_T
extern sbsize_t sendfile __((int, int, off_t, bsize_t,
const struct iovec *, int));
#endif
#endif /* HPUX11_EXTERN_SENDFILE_CHECK */
#if defined( HPUX11_EXTERN_SENDPATH_CHECK )
#ifndef _APP32_64BIT_OFF_T
extern sbsize_t sendpath __((int, int, off_t, bsize_t,
const struct iovec *, int));
#endif
#endif /* HPUX11_EXTERN_SENDPATH_CHECK */
#if defined( IRIX_SOCKLEN_T_CHECK )
#define _SOCKLEN_T
#if _NO_XOPEN4 && _NO_XOPEN5