[libc-commits] [libc] [libc] Add an empty definition of mbstate_t (PR #84993)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Tue Mar 12 17:05:23 PDT 2024


================
@@ -0,0 +1,15 @@
+//===-- Definition of mbstate_t type --------------------------------------===//
+//
+// 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_TYPES_MBSTATE_T_H
+#define LLVM_LIBC_TYPES_MBSTATE_T_H
+
+typedef struct {
----------------
petrhosek wrote:

Done

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


More information about the libc-commits mailing list