unix.ffi.macosx: can't use iovec here...
parent
22a6087107
commit
2f0e437314
|
@ -266,9 +266,9 @@ CONSTANT: SIGUSR1 30
|
||||||
CONSTANT: SIGUSR2 31
|
CONSTANT: SIGUSR2 31
|
||||||
|
|
||||||
STRUCT: sf_hdtr
|
STRUCT: sf_hdtr
|
||||||
{ headers iovec* }
|
{ headers void* }
|
||||||
{ hdr_cnt int }
|
{ hdr_cnt int }
|
||||||
{ trailers iovec* }
|
{ trailers void* }
|
||||||
{ trl_cnt int } ;
|
{ trl_cnt int } ;
|
||||||
|
|
||||||
FUNCTION: int sendfile ( int fd, int s, off_t offset, off_t* len, sf_hdtr* hdtr, int flags ) ;
|
FUNCTION: int sendfile ( int fd, int s, off_t offset, off_t* len, sf_hdtr* hdtr, int flags ) ;
|
||||||
|
|
Loading…
Reference in New Issue