aboutsummaryrefslogtreecommitdiffstats
path: root/sys/windows
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-04-21 09:16:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-04-21 09:43:39 +0200
commit95777977ade5226323e35e6e5fa1594327640732 (patch)
tree3eb389dc03bcf533d1e6aaceab043090b50ceac0 /sys/windows
parentc0ced5570c6505a80235b64884c93e89733b77f3 (diff)
sys: commit empty source files
Commit empty files into generated packages, so that the tree is buildable even w/o generated files and Go tools continue to work.
Diffstat (limited to 'sys/windows')
-rw-r--r--sys/windows/gen/empty.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/windows/gen/empty.go b/sys/windows/gen/empty.go
new file mode 100644
index 000000000..7884be456
--- /dev/null
+++ b/sys/windows/gen/empty.go
@@ -0,0 +1,6 @@
+// Copyright 2021 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+package gen
+
+// Empty file to unbreak build while descriptions are not generated.