Merge branch 'remove-duplicate-locale-bits' into 'master'

removed the C locale bits header

See merge request redox-os/relibc!1000
This commit is contained in:
Jeremy Soller
2026-02-11 09:55:04 -07:00
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -1,7 +0,0 @@
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MESSAGES 3
#define LC_MONETARY 4
#define LC_NUMERIC 5
#define LC_TIME 6
-1
View File
@@ -7,7 +7,6 @@ include_guard = "_RELIBC_LOCALE_H"
after_includes = """
#include <bits/locale-t.h> // for locale_t
"""
trailer = "#include <bits/locale.h>"
language = "C"
style = "Tag"
no_includes = true