From 830bc2f78153c595bf42e8664ba8be18b177b6be Mon Sep 17 00:00:00 2001 From: Leandro Augusto Lacerda Campos Date: Tue, 22 Jul 2025 20:14:11 -0300 Subject: [PATCH] Fix incorrect macro usage in shared/sign.h --- libc/shared/sign.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/shared/sign.h b/libc/shared/sign.h index faa8648b96439..2029b52b89441 100644 --- a/libc/shared/sign.h +++ b/libc/shared/sign.h @@ -15,7 +15,7 @@ namespace LIBC_NAMESPACE_DECL { namespace shared { -using LIBC_NAMESPACE_DECL::Sign; +using LIBC_NAMESPACE::Sign; } // namespace shared } // namespace LIBC_NAMESPACE_DECL