[libc-commits] [libc] [libc] Add `locale.h` and related stubs (PR #97494)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Jul 8 15:35:45 PDT 2024
================
@@ -10,6 +10,7 @@
#define LLVM_LIBC_CTYPE_H
#include "__llvm-libc-common.h"
+#include "llvm-libc-types/locale_t.h"
----------------
michaelrj-google wrote:
please add a todo: change this so that it's included only on relevant systems (and same on the other headers now including locale types that aren't `locale.h`
https://github.com/llvm/llvm-project/pull/97494
More information about the libc-commits
mailing list