aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_solaris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_solaris.h')
-rw-r--r--src/os/unix/ngx_solaris.h8
1 files changed, 8 insertions, 0 deletions
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_ */