diff src/core/ngx_cycle.h @ 6127:967594ba7571

Removed the "worker_rlimit_sigpending" directive. It was only needed by the just removed rtsig module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Apr 2015 14:26:11 +0300
parents 537259db5af4
children 1b7e246e6b38
line wrap: on
line diff
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -83,7 +83,6 @@ typedef struct {
      ngx_int_t                debug_points;
 
      ngx_int_t                rlimit_nofile;
-     ngx_int_t                rlimit_sigpending;
      off_t                    rlimit_core;
 
      int                      priority;