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

via libc-commits libc-commits at lists.llvm.org
Tue Mar 12 16:57:31 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 {
----------------
lntue wrote:

Can you add a `TODO` here to complete this?  Thanks,

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


More information about the libc-commits mailing list