浏览代码

Merge pull request #265 from Microsoft/10662-compileagain

Windows: Allow compilation (again)
Madhu Venugopal 10 年之前
父节点
当前提交
704da9d865
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      libnetwork/sandbox/namespace_unsupported.go

+ 8 - 0
libnetwork/sandbox/namespace_unsupported.go

@@ -0,0 +1,8 @@
+// +build !linux
+
+package sandbox
+
+// GC triggers garbage collection of namespace path right away
+// and waits for it.
+func GC() {
+}