================
@@ -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