Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/os/linux')
-rw-r--r--auto/os/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux
index 6354bedb4..39027b370 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -110,5 +110,5 @@ ngx_feature_run=no
ngx_feature_incs="#include <sched.h>"
ngx_feature_libs=
ngx_feature_test="long mask = 0;
- sched_setaffinity(0, 32, &mask)"
+ sched_setaffinity(0, 32, (cpu_set_t *) &mask)"
. auto/feature