diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-04-23 14:17:40 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-04-23 14:17:40 +0300 |
commit | 33b8e5bc0698c96177a69aa783375aa47ac980d1 (patch) | |
tree | 86a11f849857f4c20970ba14c2943608bbb9d4c7 /src/os/unix/ngx_linux_config.h | |
parent | c1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (diff) | |
download | nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.gz nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.zip |
Removed the obsolete rtsig module.
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 0c0b168d7..162a992c9 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -82,12 +82,6 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif -#if (NGX_HAVE_RTSIG) -#include <poll.h> -#include <sys/sysctl.h> -#endif - - #if (NGX_HAVE_EPOLL) #include <sys/epoll.h> #endif |