diff --git a/libc/bionic/recv.cpp b/libc/bionic/recv.cpp index 60f264d3d..061cd466f 100644 --- a/libc/bionic/recv.cpp +++ b/libc/bionic/recv.cpp @@ -26,6 +26,7 @@ * SUCH DAMAGE. */ +#undef _FORTIFY_SOURCE #include ssize_t recv(int socket, void *buf, size_t len, int flags) {