From 6917e6c2aed624aea146c68c35c6148c136e3dcc Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 2 Jul 2014 16:46:34 -0700 Subject: [PATCH] Fix recv.cpp so it can build with clang. Change-Id: Iac3e676aa256837333240219bcadbdc31985b5dd --- libc/bionic/recv.cpp | 1 + 1 file changed, 1 insertion(+) 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) {