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:
parent
5f53eaf5a7
commit
fa22255b2d
1 changed files with 8 additions and 0 deletions
8
libnetwork/sandbox/namespace_unsupported.go
Normal file
8
libnetwork/sandbox/namespace_unsupported.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
// +build !linux
|
||||
|
||||
package sandbox
|
||||
|
||||
// GC triggers garbage collection of namespace path right away
|
||||
// and waits for it.
|
||||
func GC() {
|
||||
}
|
Loading…
Add table
Reference in a new issue