unix.ffi.macosx: can't use iovec here...

db4
John Benediktsson 2012-10-24 20:08:20 -07:00
parent 22a6087107
commit 2f0e437314
1 changed files with 2 additions and 2 deletions

View File

@ -266,9 +266,9 @@ CONSTANT: SIGUSR1 30
CONSTANT: SIGUSR2 31
STRUCT: sf_hdtr
{ headers iovec* }
{ headers void* }
{ hdr_cnt int }
{ trailers iovec* }
{ trailers void* }
{ trl_cnt int } ;
FUNCTION: int sendfile ( int fd, int s, off_t offset, off_t* len, sf_hdtr* hdtr, int flags ) ;