summaryrefslogtreecommitdiff
path: root/libc/src/sys/socket/linux/recvmsg.cpp
diff options
context:
space:
mode:
authorlntue <lntue@google.com>2025-06-11 16:25:27 -0400
committerGitHub <noreply@github.com>2025-06-11 16:25:27 -0400
commitd87eea35fac5a34a841c637db8908128409a184e (patch)
tree1e2e4906008e51b5b518d0592cb1bc7924e7c832 /libc/src/sys/socket/linux/recvmsg.cpp
parentfb761aa38b0bc01ab911f5dbbfb474b70aaafbb4 (diff)
[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187)
This is the first step in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
Diffstat (limited to 'libc/src/sys/socket/linux/recvmsg.cpp')
-rw-r--r--libc/src/sys/socket/linux/recvmsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/sys/socket/linux/recvmsg.cpp b/libc/src/sys/socket/linux/recvmsg.cpp
index e42b6346f330..bc6d072dbf9a 100644
--- a/libc/src/sys/socket/linux/recvmsg.cpp
+++ b/libc/src/sys/socket/linux/recvmsg.cpp
@@ -15,8 +15,8 @@
#include "hdr/types/struct_msghdr.h"
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
#include "src/__support/common.h"
+#include "src/__support/libc_errno.h"
#include "src/__support/macros/sanitizer.h"
-#include "src/errno/libc_errno.h"
namespace LIBC_NAMESPACE_DECL {