aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/syz-extract/fetch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/syz-extract/fetch.go b/sys/syz-extract/fetch.go
index 13fb5e519..44b82cf8c 100644
--- a/sys/syz-extract/fetch.go
+++ b/sys/syz-extract/fetch.go
@@ -146,7 +146,7 @@ var srcTemplate = template.Must(template.New("").Parse(`
{{.AddSource}}
-{{.DeclarePrintf}}
+{{if .DeclarePrintf}}
int printf(const char *format, ...);
{{end}}