aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/recvmsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bionic/recvmsg.cpp')
-rw-r--r--libc/bionic/recvmsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/recvmsg.cpp b/libc/bionic/recvmsg.cpp
index 4d3f98939..003f43d8a 100644
--- a/libc/bionic/recvmsg.cpp
+++ b/libc/bionic/recvmsg.cpp
@@ -39,7 +39,7 @@ extern "C" int __recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_c
static inline __attribute__((artificial)) __attribute__((always_inline)) void track_fds(
struct msghdr* msg, const char* function_name) {
- if (!atomic_load(&__android_fdtrack_hook)) {
+ if (!__android_fdtrack_hook) {
return;
}