mirror of git://gcc.gnu.org/git/gcc.git
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>
|
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 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
Loading…
Reference in New Issue