Преглед на файлове

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"]
-include_guard = "_TEMPLATE_H"
+include_guard = "_REGEX_H"
 language = "C"
 style = "Type"
 

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

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