mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
* tests/base/sys/socket.h: Update.
From-SVN: r118384
This commit is contained in:
parent
36c90fd27a
commit
b4d24eaad4
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user