From 0e499db3ed63432cfacd08282cce1d42b568b567 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 27 Nov 2003 07:45:22 +0000 Subject: nginx-0.0.1-2003-11-27-10:45:22 import --- src/os/unix/ngx_solaris.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/os/unix/ngx_solaris.h (limited to 'src/os/unix/ngx_solaris.h') diff --git a/src/os/unix/ngx_solaris.h b/src/os/unix/ngx_solaris.h new file mode 100644 index 000000000..c0829b782 --- /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_ */ -- cgit