[libc-commits] [libc] [libc] Move libc_errno inside of LIBC_NAMESPACE (PR #80774)

via libc-commits libc-commits at lists.llvm.org
Mon Feb 5 16:58:05 PST 2024


================
@@ -39,8 +39,9 @@ struct Errno {
   void operator=(int);
   operator int();
 };
-} // namespace LIBC_NAMESPACE
 
 extern LIBC_NAMESPACE::Errno libc_errno;
----------------
lntue wrote:

Can you remove the `LIBC_NAMESPACE` here

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


More information about the libc-commits mailing list