commit | 0e499db3ed63432cfacd08282cce1d42b568b567 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Nov 27 07:45:22 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Nov 27 07:45:22 2003 +0000 |
tree | 3dc7936e2083a5b72f82340973dd3dea55bb1ee8 | |
parent | c0f8d91bde06aeeb53ff16d6c26490f5961f5a31 [diff] [blame] |
nginx-0.0.1-2003-11-27-10:45:22 import
diff --git a/src/os/unix/ngx_solaris.h b/src/os/unix/ngx_solaris.h new file mode 100644 index 0000000..c0829b7 --- /dev/null +++ b/src/os/unix/ngx_solaris.h
@@ -0,0 +1,8 @@ +#ifndef _NGX_SOLARIS_H_INCLUDED_ +#define _NGX_SOLARIS_H_INCLUDED_ + + +ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in); + + +#endif /* _NGX_SOLARIS_H_INCLUDED_ */