aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/src/os/unix/ngx_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/src/os/unix/ngx_linux.h')
-rw-r--r--app/nginx/src/os/unix/ngx_linux.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/nginx/src/os/unix/ngx_linux.h b/app/nginx/src/os/unix/ngx_linux.h
new file mode 100644
index 0000000..13d654e
--- /dev/null
+++ b/app/nginx/src/os/unix/ngx_linux.h
@@ -0,0 +1,16 @@
+
+/*
+ * Copyright (C) Igor Sysoev
+ * Copyright (C) Nginx, Inc.
+ */
+
+
+#ifndef _NGX_LINUX_H_INCLUDED_
+#define _NGX_LINUX_H_INCLUDED_
+
+
+ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
+ off_t limit);
+
+
+#endif /* _NGX_LINUX_H_INCLUDED_ */