<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta name="x_Generator" content="Microsoft Word 15 (filtered medium)">
<style>
<!--
p.x_MsoNormal, li.x_MsoNormal, div.x_MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:x_link, span.x_MsoHyperlink
        {color:blue;
        text-decoration:underline}
.x_MsoChpDefault
        {}
div.x_WordSection1
        {}
-->
</style>
<div lang="EN-US" link="blue" vlink="#954F72">
<div class="x_WordSection1">
<p class="x_MsoNormal">I’m not confident if I’ve understand your question for sure, are you trying to, like, use stdio.h from LLVM without a system stdio.h?</p>
<p class="x_MsoNormal">If so, you cannot. From <a href="https://github.com/llvm/llvm-project/blob/57b08b0944046a6a57ee9b7b479181f548a5b9b4/libcxx/include/stdio.h">
https://github.com/llvm/llvm-project/blob/57b08b0944046a6a57ee9b7b479181f548a5b9b4/libcxx/include/stdio.h</a> you can find this file still needs the system stdio.h.</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Best,</p>
<p class="x_MsoNormal">Yichen</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"> </p>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="x_MsoNormal" style="border:none; padding:0in"><b>From: </b><a href="mailto:libcxx-dev@lists.llvm.org">Fabiano Sidler via libcxx-dev</a><br>
<b>Sent: </b>Tuesday, September 3, 2019 9:18 PM<br>
<b>To: </b><a href="mailto:libcxx-dev@lists.llvm.org">libcxx-dev@lists.llvm.org</a><br>
<b>Subject: </b>[libcxx-dev] standard system header files</p>
</div>
<p class="x_MsoNormal"> </p>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hello!<br>
<br>
Just to make sure: While libcxx ships with header files named after the<br>
standard ones (f.e. include/c++/v1/stdio.h), I still need to get the system's<br>
standard headers?<br>
Background: I'm building a toolchain for a linux-based embedded system and<br>
needed to create a package with these headers.<br>
<br>
Thanks for clarification!<br>
<br>
Fabiano<br>
_______________________________________________<br>
libcxx-dev mailing list<br>
libcxx-dev@lists.llvm.org<br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev</a><br>
</div>
</span></font>
</body>
</html>