aboutsummaryrefslogtreecommitdiff
path: root/libc/src/string/stpncpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/string/stpncpy.h')
-rw-r--r--libc/src/string/stpncpy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/string/stpncpy.h b/libc/src/string/stpncpy.h
index 6320a29..5ecf65b 100644
--- a/libc/src/string/stpncpy.h
+++ b/libc/src/string/stpncpy.h
@@ -11,10 +11,10 @@
#include <stddef.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
char *stpncpy(char *__restrict dest, const char *__restrict src, size_t n);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STRING_STPNCPY_H