瀏覽代碼

Merge branch 'header-guards-fix' into 'master'

Fix include guards in regex and utime

See merge request redox-os/relibc!176
Jeremy Soller 6 年之前
父節點
當前提交
d88f4053ea
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/header/regex/cbindgen.toml
  2. 1 1
      src/header/utime/cbindgen.toml

+ 1 - 1
src/header/regex/cbindgen.toml

@@ -1,5 +1,5 @@
 sys_includes = ["sys/types.h"]
 sys_includes = ["sys/types.h"]
-include_guard = "_TEMPLATE_H"
+include_guard = "_REGEX_H"
 language = "C"
 language = "C"
 style = "Type"
 style = "Type"
 
 

+ 1 - 1
src/header/utime/cbindgen.toml

@@ -1,5 +1,5 @@
 sys_includes = []
 sys_includes = []
-include_guard = "_TEMPLATE_H"
+include_guard = "_UTIME_H"
 language = "C"
 language = "C"
 style = "Tag"
 style = "Tag"