nix-super/src/libstore/cgroup.hh

14 lines
119 B
C++
Raw Normal View History

2020-05-16 22:09:48 +03:00
#pragma once
#if __linux__
#include "types.hh"
namespace nix {
void destroyCgroup(const Path & cgroup);
}
#endif