diff options
Diffstat (limited to 'auto')
-rw-r--r-- | auto/isolation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/isolation b/auto/isolation index fd35f8ed..4ade6a38 100644 --- a/auto/isolation +++ b/auto/isolation @@ -21,7 +21,7 @@ nxt_feature_test="#include <sys/wait.h> #include <sys/syscall.h> int main() { - return __NR_clone | SIGCHLD; + return SYS_clone | SIGCHLD; }" . auto/feature @@ -68,7 +68,7 @@ nxt_feature_libs= nxt_feature_test="#include <sys/syscall.h> int main() { - return __NR_pivot_root; + return SYS_pivot_root; }" . auto/feature |