diff --git a/src/stat/cbindgen.toml b/src/stat/cbindgen.toml index 8f75acc334..d4f38953db 100644 --- a/src/stat/cbindgen.toml +++ b/src/stat/cbindgen.toml @@ -1,5 +1,5 @@ sys_includes = ["sys/types.h"] -include_guard = "_STAT_H" +include_guard = "_SYS_STAT_H" language = "C" [enum] diff --git a/tests/Makefile b/tests/Makefile index 6c2a838d87..2dc88010f0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -28,7 +28,7 @@ clean: run: $(BINS) for bin in $(BINS); \ - do + do \ echo "# $${bin} #"; \ "./$${bin}" test args; \ done