Browse code

projectquota: build types and unsupported stubs everywhere

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

Timo Rothenpieler authored on 2020/08/10 04:52:32
Showing 2 changed files
... ...
@@ -1,4 +1,4 @@
1
-// +build linux,exclude_disk_quota linux,!cgo
1
+// +build linux,exclude_disk_quota linux,!cgo !linux
2 2
 
3 3
 package quota // import "github.com/docker/docker/daemon/graphdriver/quota"
4 4
 
... ...
@@ -1,5 +1,3 @@
1
-// +build linux
2
-
3 1
 package quota // import "github.com/docker/docker/daemon/graphdriver/quota"
4 2
 
5 3
 import "sync"