[libc-commits] [libc] [libc] Add stubs for 'langinfo.h' (PR #106620)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Tue Sep 3 00:50:02 PDT 2024
================
@@ -0,0 +1,81 @@
+//===-- Definition of macros from langinfo.h ------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_MACROS_LANGINFO_MACROS_H
+#define LLVM_LIBC_MACROS_LANGINFO_MACROS_H
+
+// TODO: Define these for the C locale.
----------------
petrhosek wrote:
I agree, the C locale is most likely going to be the only one we're going to support in LLVM libc so we might as well make it usable right away.
https://github.com/llvm/llvm-project/pull/106620
More information about the libc-commits
mailing list