diff options
author | Valentin Bartenev <vbart@nginx.com> | 2013-08-15 19:14:33 +0400 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2013-08-15 19:14:33 +0400 |
commit | ef76fbebd6dc0b05a12ff3c19b70ab0ec9c118df (patch) | |
tree | 0e8f3cf47bfd90235632d6bcc22e7597c79e5cd5 /src/core/ngx_open_file_cache.c | |
parent | 9aaf256e4024e278e099c94281246aada63fc2fa (diff) | |
download | nginx-ef76fbebd6dc0b05a12ff3c19b70ab0ec9c118df.tar.gz nginx-ef76fbebd6dc0b05a12ff3c19b70ab0ec9c118df.zip |
Unbreak building on Linux without sendfile64() support.
It was broken in 8e446a2daf48 when the NGX_SENDFILE_LIMIT constant was added
to ngx_linux_sendfile_chain.c having the same name as already defined one in
ngx_linux_config.h.
The newer is needed to overcome a bug in old Linux kernels by limiting the
number of bytes to send per sendfile() syscall. The older is used with
sendfile() on ancient kernels that works with 32-bit offsets only.
One of these renamed to NGX_SENDFILE_MAXSIZE.
Diffstat (limited to 'src/core/ngx_open_file_cache.c')
0 files changed, 0 insertions, 0 deletions