[libc-commits] [PATCH] D74021: Created uChar implementation for libc

Marcus Johnson via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Feb 8 05:02:51 PST 2020


MarcusJohnson91 updated this revision to Diff 243364.
MarcusJohnson91 added a comment.

Added uchar.h.def based on string.h.def, but I don't understand what it's actually doing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74021/new/

https://reviews.llvm.org/D74021

Files:
  libc/include/uchar.h.def


Index: libc/include/uchar.h.def
===================================================================
--- /dev/null
+++ libc/include/uchar.h.def
@@ -0,0 +1,16 @@
+//===---------------- C standard library header uchar.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_UCHAR_H
+#define LLVM_LIBC_UCHAR_H
+
+#include <__llvm-libc-common.h>
+
+%%public_api()
+
+#endif // LLVM_LIBC_UCHAR_H


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74021.243364.patch
Type: text/x-patch
Size: 675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200208/b5eca97f/attachment.bin>


More information about the libc-commits mailing list