aboutsummaryrefslogtreecommitdiff
path: root/libc/src/threads/cnd_destroy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/threads/cnd_destroy.h')
-rw-r--r--libc/src/threads/cnd_destroy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/threads/cnd_destroy.h b/libc/src/threads/cnd_destroy.h
index 3400257..d102e7b8 100644
--- a/libc/src/threads/cnd_destroy.h
+++ b/libc/src/threads/cnd_destroy.h
@@ -11,10 +11,10 @@
#include <threads.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
void cnd_destroy(cnd_t *cond);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_THREADS_CND_DESTROY_H