forked from lix-project/lix
More #ifdef
This commit is contained in:
parent
d834de2894
commit
4e61877b5c
|
@ -2,10 +2,14 @@
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
#if __linux__
|
||||||
|
|
||||||
bool userNamespacesSupported();
|
bool userNamespacesSupported();
|
||||||
|
|
||||||
bool mountNamespacesSupported();
|
bool mountNamespacesSupported();
|
||||||
|
|
||||||
bool pidNamespacesSupported();
|
bool pidNamespacesSupported();
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue