[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:49 PDT 2024


================
@@ -0,0 +1,18 @@
+//===-- C standard library header locale.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_LOCALE_H
+#define LLVM_LIBC_LOCALE_H
+
+#include "llvm-libc-macros/locale-macros.h"
----------------
michaelrj-google wrote:

needs `#include "__llvm-libc-common.h"`

https://github.com/llvm/llvm-project/pull/97494


More information about the libc-commits mailing list