diff options
Diffstat (limited to 'usr.sbin/nginx/src/os/unix/ngx_solaris.h')
| -rw-r--r-- | usr.sbin/nginx/src/os/unix/ngx_solaris.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/nginx/src/os/unix/ngx_solaris.h b/usr.sbin/nginx/src/os/unix/ngx_solaris.h new file mode 100644 index 00000000000..44ce7967983 --- /dev/null +++ b/usr.sbin/nginx/src/os/unix/ngx_solaris.h @@ -0,0 +1,15 @@ + +/* + * Copyright (C) Igor Sysoev + */ + + +#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, + off_t limit); + + +#endif /* _NGX_SOLARIS_H_INCLUDED_ */ |
