aboutsummaryrefslogtreecommitdiffstats
path: root/nginx/src/os/unix/ngx_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/src/os/unix/ngx_linux.h')
-rw-r--r--nginx/src/os/unix/ngx_linux.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/nginx/src/os/unix/ngx_linux.h b/nginx/src/os/unix/ngx_linux.h
deleted file mode 100644
index 13d654e..0000000
--- a/nginx/src/os/unix/ngx_linux.h
+++ /dev/null
@@ -1,16 +0,0 @@
-
-/*
- * 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_ */