Files
nginx-unit/auto
Alejandro Colomar 418bc208d0 Rejecting non-Linux pivot_root(2).
Some non-Linux systems implement pivot_root(2), even if they
don't document that.  An example is MacOS:

$ grepc pivot_root / 2>/dev/null
.../sys/sysproto.h:3012:
int pivot_root(struct proc *, struct pivot_root_args *, int *);

Since the prototype of the syscall differs from that of Linux, we
can't use that syscall.  Let's make sure the test only detects
pivot_root(2) under Linux.  Also, rename the feature macro to make
clear that it's only about Linux's pivot_root(2).

This closes #737 issue on GitHub.
2022-08-02 19:50:10 +02:00
..
2017-01-17 20:00:00 +03:00
2021-04-29 22:04:34 +08:00
2017-01-17 20:00:00 +03:00
2022-08-02 19:50:10 +02:00
2017-09-25 17:53:10 +03:00
2017-01-17 20:00:00 +03:00
2022-07-18 19:09:30 +02:00
2021-08-17 16:52:32 -07:00
2017-01-17 20:00:00 +03:00
2017-01-17 20:00:00 +03:00