summaryrefslogtreecommitdiff
path: root/libc/src/pthread/pthread_attr_getstack.cpp
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2024-07-12 09:12:13 +0200
committerGitHub <noreply@github.com>2024-07-12 09:12:13 +0200
commitce9035f5bd3aa09cbd899489cdbc7f6c18acf1e3 (patch)
tree0f22897d7f178d7b3850db2397b4b59698336d26 /libc/src/pthread/pthread_attr_getstack.cpp
parent37d3f44a58d0a2a2e8782266acd66a6733984842 (diff)
Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration" (#98593)
Reverts llvm/llvm-project#98075 bots are broken
Diffstat (limited to 'libc/src/pthread/pthread_attr_getstack.cpp')
-rw-r--r--libc/src/pthread/pthread_attr_getstack.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/src/pthread/pthread_attr_getstack.cpp b/libc/src/pthread/pthread_attr_getstack.cpp
index 6166e442d472..8788fbc1ffdd 100644
--- a/libc/src/pthread/pthread_attr_getstack.cpp
+++ b/libc/src/pthread/pthread_attr_getstack.cpp
@@ -10,12 +10,11 @@
#include "pthread_attr_getstacksize.h"
#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
#include "src/__support/macros/optimization.h"
#include <pthread.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE {
LLVM_LIBC_FUNCTION(int, pthread_attr_getstack,
(const pthread_attr_t *__restrict attr,
@@ -28,4 +27,4 @@ LLVM_LIBC_FUNCTION(int, pthread_attr_getstack,
return 0;
}
-} // namespace LIBC_NAMESPACE_DECL
+} // namespace LIBC_NAMESPACE