1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Windows: Allow compilation (again)

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-06-08 10:35:41 -07:00
parent 5f53eaf5a7
commit fa22255b2d

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() {
}