Update and clean Tomato RAF files
[tomato.git] / release / src / router / nginx / src / os / unix / ngx_linux.h
blob1b8bdac51a4530904f45dc089b2c8f2aeb96e78a
2 /*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) Nginx, Inc.
5 */
8 #ifndef _NGX_LINUX_H_INCLUDED_
9 #define _NGX_LINUX_H_INCLUDED_
12 ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
13 off_t limit);
15 extern int ngx_linux_rtsig_max;
18 #endif /* _NGX_LINUX_H_INCLUDED_ */