aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdlib/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdlib/rand.h')
-rw-r--r--libc/src/stdlib/rand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdlib/rand.h b/libc/src/stdlib/rand.h
index b421161..72bb147 100644
--- a/libc/src/stdlib/rand.h
+++ b/libc/src/stdlib/rand.h
@@ -11,10 +11,10 @@
#include <stdlib.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
int rand(void);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STDLIB_RAND_H