More #ifdef

This commit is contained in:
Eelco Dolstra
2023-02-07 22:51:53 +01:00
parent d834de2894
commit 4e61877b5c
+4
View File
@@ -2,10 +2,14 @@
namespace nix {
#if __linux__
bool userNamespacesSupported();
bool mountNamespacesSupported();
bool pidNamespacesSupported();
#endif
}