You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux does not support fchflags; conditionally build the test on FreeBSD
to avoid breaking the build on Linux.
This partly addresses issue freebsd#228.
Fixes: e26c804
Signed-off-by: Enji Cooper <[email protected]>
The commit e26c804 added
executor_pid_test
which currently depends on the BSD-specificfchflags
system call.Please provide an alternative implementation that doesn’t require
fchflags
.Thanks!
The text was updated successfully, but these errors were encountered: