[libc] Fix incorrect macro usage in shared/sign.h (#150140)
This patch corrects the `using`-declaration in `libc/shared/sign.h`. The previous change (#150083) incorrectly used the `LIBC_NAMESPACE_DECL` macro. This is corrected to use `LIBC_NAMESPACE`.
This commit is contained in:
parent
471e59b858
commit
8f410b491e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user