More #ifdef

This commit is contained in:
Eelco Dolstra 2023-01-27 16:52:31 +01:00
parent d834de2894
commit 4e61877b5c

View file

@ -2,10 +2,14 @@
namespace nix {
#if __linux__
bool userNamespacesSupported();
bool mountNamespacesSupported();
bool pidNamespacesSupported();
#endif
}