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