Explorar el Código

correction to include guard of stat

Paul Sajna hace 7 años
padre
commit
b9a2dfded4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/stat/cbindgen.toml

+ 1 - 1
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]