Commit b4d24eaa by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r118384
parent 36c90fd2
2006-11-01 Steve Ellcey <sje@cup.hp.com>
* tests/base/sys/socket.h: Update.
2006-10-31 Steve Ellcey <sje@cup.hp.com> 2006-10-31 Steve Ellcey <sje@cup.hp.com>
* inclhack.def (hpux11_extern_sendfile): New. * inclhack.def (hpux11_extern_sendfile): New.
......
...@@ -9,6 +9,24 @@ ...@@ -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 ) #if defined( IRIX_SOCKLEN_T_CHECK )
#define _SOCKLEN_T #define _SOCKLEN_T
#if _NO_XOPEN4 && _NO_XOPEN5 #if _NO_XOPEN4 && _NO_XOPEN5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment