Merge pull request #265 from Microsoft/10662-compileagain

Windows: Allow compilation (again)
This commit is contained in:
Madhu Venugopal
2015-06-08 11:27:44 -07:00
+8
View File
@@ -0,0 +1,8 @@
// +build !linux
package sandbox
// GC triggers garbage collection of namespace path right away
// and waits for it.
func GC() {
}