projectquota: build types and unsupported stubs everywhere

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
Timo Rothenpieler 2020-08-09 19:52:32 +00:00
parent 31ed121cb8
commit 6f1553625d
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// +build linux,exclude_disk_quota linux,!cgo
// +build linux,exclude_disk_quota linux,!cgo !linux
package quota // import "github.com/docker/docker/daemon/graphdriver/quota"

View File

@ -1,5 +1,3 @@
// +build linux
package quota // import "github.com/docker/docker/daemon/graphdriver/quota"
import "sync"