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

Fix include guards in regex and utime

See merge request redox-os/relibc!176
This commit is contained in:
Jeremy Soller
2018-11-06 12:45:36 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
sys_includes = ["sys/types.h"]
include_guard = "_TEMPLATE_H"
include_guard = "_REGEX_H"
language = "C"
style = "Type"
+1 -1
View File
@@ -1,5 +1,5 @@
sys_includes = []
include_guard = "_TEMPLATE_H"
include_guard = "_UTIME_H"
language = "C"
style = "Tag"