diff options
Diffstat (limited to 'libc/src/pthread/pthread_condattr_destroy.cpp')
| -rw-r--r-- | libc/src/pthread/pthread_condattr_destroy.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/pthread/pthread_condattr_destroy.cpp b/libc/src/pthread/pthread_condattr_destroy.cpp index 41994c6941ff..f0b9fd1c167c 100644 --- a/libc/src/pthread/pthread_condattr_destroy.cpp +++ b/libc/src/pthread/pthread_condattr_destroy.cpp @@ -9,10 +9,11 @@ #include "pthread_condattr_destroy.h" #include "src/__support/common.h" +#include "src/__support/macros/config.h" #include <pthread.h> -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { LLVM_LIBC_FUNCTION(int, pthread_condattr_destroy, (pthread_condattr_t * attr [[gnu::unused]])) { @@ -21,4 +22,4 @@ LLVM_LIBC_FUNCTION(int, pthread_condattr_destroy, return 0; } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
