aboutsummaryrefslogtreecommitdiff
path: root/libc/src/fcntl/creat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/fcntl/creat.h')
-rw-r--r--libc/src/fcntl/creat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/fcntl/creat.h b/libc/src/fcntl/creat.h
index 0c1abda..fc91a3c 100644
--- a/libc/src/fcntl/creat.h
+++ b/libc/src/fcntl/creat.h
@@ -11,10 +11,10 @@
#include <fcntl.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
int creat(const char *path, int mode);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_FCNTL_CREAT_H