comparison src/os/unix/ngx_solaris_sendfilev_chain.c @ 4759:4c36e15651f7

Fixed compilation with -Wmissing-prototypes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:09:54 +0000
parents 089cc5154c1e
children ad137a80919f
comparison
equal deleted inserted replaced
4758:1f908d2dde8d 4759:4c36e15651f7
26 static ssize_t sendfilev(int fd, const struct sendfilevec *vec, 26 static ssize_t sendfilev(int fd, const struct sendfilevec *vec,
27 int sfvcnt, size_t *xferred) 27 int sfvcnt, size_t *xferred)
28 { 28 {
29 return -1; 29 return -1;
30 } 30 }
31
32 ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in,
33 off_t limit);
31 34
32 #endif 35 #endif
33 36
34 37
35 #if (IOV_MAX > 64) 38 #if (IOV_MAX > 64)