mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
13 lines
129 B
C++
13 lines
129 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
#if __linux__
|
|
|
|
bool userNamespacesSupported();
|
|
|
|
bool mountAndPidNamespacesSupported();
|
|
|
|
#endif
|
|
|
|
}
|