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