1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

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
}